diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/example.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/example.c b/example/example.c index 69d19c0..4e3dfe4 100644 --- a/example/example.c +++ b/example/example.c @@ -13,9 +13,6 @@ #include <string.h> #include <stdlib.h> - -//int mkdir(const char *pathname, mode_t mode); - const char filedir[] = "/tmp/refop-test/"; const char filename[] = "refop-example.bin"; |