aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@koruna.cs.unc.edu>2009-05-05 00:07:12 -0400
committerBjoern B. Brandenburg <bbb@koruna.cs.unc.edu>2009-05-05 00:07:12 -0400
commitf4c35486c84f86cf884900edbe578e7e7099dd59 (patch)
tree55d0407ef000ddf7e5e7f7c0b31ce85d425541cf
parent7c2555677297c1497ab45623c4de01a6fc6152db (diff)
remove unused code to silence gcc warning
-rw-r--r--src/ftcat.c7
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
86static void on_sigint(int sig)
87{
88 close(fd);
89 fflush(stdout);
90 exit(0);
91}
92
93static void shutdown(int sig) 86static void shutdown(int sig)
94{ 87{
95 int ok; 88 int ok;