diff options
-rw-r--r-- | rf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rf.c b/rf.c index 8bfc592..616a33a 100644 --- a/rf.c +++ b/rf.c @@ -19,7 +19,6 @@ #include "ignore.h" #include "include/common/common.h" -#define IGNORE "ignore" #define VERSION "0.0.6" #define RFIGNORE ".rfignore" @@ -34,7 +33,6 @@ struct switches { int wholename; }; -int read_links = 0; static void usage(char *error) { if (error != NULL) { |