aboutsummaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
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;
-}