aboutsummaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2020-12-21 20:14:34 +0100
committerJan Sucan <jan@jansucan.com>2020-12-21 20:14:34 +0100
commitdda3e054d7341d5e19542702bf970e653b467597 (patch)
tree922cebac8ab63b29d66d34be3459b41f13dbc433 /file.c
parent7ed1ec2d24a755fbdcf285ca7cdd367e5fb1c929 (diff)
Remove unnecessary function
Diffstat (limited to 'file.c')
-rw-r--r--file.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/file.c b/file.c
index 6b70f5e..c20419a 100644
--- a/file.c
+++ b/file.c
@@ -22,11 +22,3 @@ file_size(FILE * const file)
return size;
}
-
-FILE *
-file_open(const char * const path, const char * const mode)
-{
- /* TODO: odstranit tuto funkciu? */
- FILE * f = fopen(path, mode);
- return f;
-}