summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-11-13 20:39:22 +0100
committerpgen <p.gen.progs@gmail.com>2022-11-13 20:39:22 +0100
commite951fa8584eb19d403849faa688f0519cf275fd5 (patch)
treea3b86250bc0376a5263115956fde5692c3541828 /smenu.c
parent622da518825ad9ca2b5144e77e47cf3dbb5c3b05 (diff)
Remove dead code
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/smenu.c b/smenu.c
index a620b00..271c436 100644
--- a/smenu.c
+++ b/smenu.c
@@ -2140,8 +2140,6 @@ build_repl_string(char * orig, char * repl, long match_start, long match_end,
str[rsize] = '\0';
break;
}
- else
- special = 0;
/* No break here, '&' must be treated as a normal */
/* character when protected. */