about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2022-11-13 14:13:38 +0000
committerRory Bradford <roryrjb@gmail.com>2022-11-13 14:14:41 +0000
commite60fb81871a771f18495c5bd15b4f07d73543144 (patch)
tree294fe58e033429aa9b0d17f1302406ac142568b8
parentaeb50f93f082a8a41672286c2c2c69008c068610 (diff)
downloadrf-e60fb81871a771f18495c5bd15b4f07d73543144.tar.gz
Remove unused code
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
-rw-r--r--rf.c2
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) {