summaryrefslogtreecommitdiffstats
path: root/toolbox/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/sync.c')
-rw-r--r--toolbox/sync.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolbox/sync.c b/toolbox/sync.c
deleted file mode 100644
index 8284276..0000000
--- a/toolbox/sync.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <unistd.h>
-
-int sync_main(int argc, char **argv)
-{
- sync();
- return 0;
-}