summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/util.c b/util.c
index d305af7636..83c5a943c5 100644
--- a/util.c
+++ b/util.c
@@ -509,21 +509,6 @@ fixpath(const char *in, char *out)
break;
}
}
-
-#ifdef TEST
-
-int main (int argc, char *argv[])
-{
- char fixed[FILENAME_MAX];
- if (argc > 1)
- {
- _fixpath (argv[1], fixed);
- printf ("You mean %s?\n", fixed);
- }
- return 0;
-}
-
-#endif
#endif
/* mm.c */