CID 22495 Identical code for different branches

This commit is contained in:
Enno Rehling 2015-11-04 12:11:26 +01:00
parent 9d4489972b
commit 657f5044e5
1 changed files with 0 additions and 5 deletions

View File

@ -2361,11 +2361,6 @@ const char *charset)
newline(out);
write_travelthru(out, r, f);
}
else if (sr->mode == see_lighthouse) {
describe(out, sr, f);
newline(out);
write_travelthru(out, r, f);
}
else {
describe(out, sr, f);
newline(out);