diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/get_console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/get_console.c b/libbb/get_console.c index 9b6407bd0..96b339ca7 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c | |||
@@ -64,7 +64,6 @@ int FAST_FUNC get_console_fd_or_die(void) | |||
64 | } | 64 | } |
65 | 65 | ||
66 | bb_error_msg_and_die("can't open console"); | 66 | bb_error_msg_and_die("can't open console"); |
67 | /*return fd; - total failure */ | ||
68 | } | 67 | } |
69 | 68 | ||
70 | /* From <linux/vt.h> */ | 69 | /* From <linux/vt.h> */ |