Commit Diff


commit - 2c5122bc37cd83522916d7d0ce331971a636ea7e
commit + 281d8f5dae0ff506ad9100f084895437ae22feb5
blob - daf0b188ce5c58ffc2bec0d80d40e7df82c7bf0f
blob + 2b5d1068f20019f716b3ea9d7a3eeab837997ec9
--- fm.c
+++ fm.c
@@ -984,7 +984,6 @@ delfile(const char *path)
 	return unlink(path);
 }
 
-static PROCESS deldir = rmdir;
 static int
 addfile(const char *path)
 {
@@ -1527,15 +1526,10 @@ int
 main(int argc, char *argv[])
 {
 	int i, ch;
-	char *program;
 	char *entry;
-	const char *key;
-	const char *clip_path;
 	DIR *d;
-	enum editstate edit_stat;
 	FILE *save_cwd_file = NULL;
 	FILE *save_marks_file = NULL;
-	FILE *clip_file;
 
 	while ((ch = getopt_long(argc, argv, "d:hm:v", opts, NULL)) != -1) {
 		switch (ch) {