diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 21:32:21 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 21:32:21 +0100 |
commit | 895adf1820e539b4ffad7d61a4d4389688db5adf (patch) | |
tree | 5dafb56cfdd89a48266a703f24442f260db32c3b /FICS/comproc.c | |
parent | b9d13b303ae58833311814cad69b220e441b8886 (diff) |
Deleted preprocessor if-else
Diffstat (limited to 'FICS/comproc.c')
-rw-r--r-- | FICS/comproc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index 9cd7fc2..5601c95 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -50,12 +50,6 @@ #include <sys/resource.h> -/* grimm */ -#if defined(SGI) -#else -/* int system(char *arg); */ -#endif - const int none = 0; const int blitz_rat = 1; const int std_rat = 2; |