diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 13:40:36 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 13:40:36 +0100 |
commit | a882d2128f3d90759945fdebc6235a6f39b17c0e (patch) | |
tree | dc37a7fcbe8c05c954581ffa069048938fe0e2e1 /FICS/talkproc.c | |
parent | 799a9843d836ebf01965e1824b36ffdc23e81b50 (diff) |
Deleted preprocessor if-else
Diffstat (limited to 'FICS/talkproc.c')
-rw-r--r-- | FICS/talkproc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c index 5ff1274..fd5529e 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -53,12 +53,6 @@ #include <sys/resource.h> -/* grimm */ -#if defined(SGI) -#else -/* int system(char *arg); */ -#endif - int quota_time; #if 0 |