aboutsummaryrefslogtreecommitdiff
path: root/box-templates/box_45-49.c
diff options
context:
space:
mode:
Diffstat (limited to 'box-templates/box_45-49.c')
-rw-r--r--box-templates/box_45-49.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/box-templates/box_45-49.c b/box-templates/box_45-49.c
deleted file mode 100644
index 42bd0e4..0000000
--- a/box-templates/box_45-49.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* START */
-int main(int argc, char *argv[]) {
- if (!strcmp(basename(argv[0]),"box") && argc > 1) {
- argc--;
- argv++;
- } if(0);
-/* END */