diff options
| author | Bjoern B. Brandenburg <bbb@koruna.cs.unc.edu> | 2009-05-05 00:07:12 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@koruna.cs.unc.edu> | 2009-05-05 00:07:12 -0400 |
| commit | f4c35486c84f86cf884900edbe578e7e7099dd59 (patch) | |
| tree | 55d0407ef000ddf7e5e7f7c0b31ce85d425541cf /src | |
| parent | 7c2555677297c1497ab45623c4de01a6fc6152db (diff) | |
remove unused code to silence gcc warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftcat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ftcat.c b/src/ftcat.c index f0a1c5f..61e007f 100644 --- a/src/ftcat.c +++ b/src/ftcat.c | |||
| @@ -83,13 +83,6 @@ static void usage(void) | |||
| 83 | exit(1); | 83 | exit(1); |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | static void on_sigint(int sig) | ||
| 87 | { | ||
| 88 | close(fd); | ||
| 89 | fflush(stdout); | ||
| 90 | exit(0); | ||
| 91 | } | ||
| 92 | |||
| 93 | static void shutdown(int sig) | 86 | static void shutdown(int sig) |
| 94 | { | 87 | { |
| 95 | int ok; | 88 | int ok; |
