1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-24 22:24:02 -04:00

uemacs: Kill dead code

This patch kills #ifdef'd code from display.c and file.c.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Pekka Enberg
2010-11-14 22:42:12 +02:00
committed by Linus Torvalds
parent 6ceea8ba9b
commit 72a1af4d91
2 changed files with 0 additions and 26 deletions

4
file.c
View File

@@ -311,10 +311,6 @@ int readin(char *fname, int lockfl)
}
if (s == FIOERR || s == FIOFNF) /* False if error. */
return FALSE;
#if 0
if (s == ABORT)
return ABORT;
#endif
return TRUE;
}