aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-09 21:32:21 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-09 21:32:21 +0100
commit895adf1820e539b4ffad7d61a4d4389688db5adf (patch)
tree5dafb56cfdd89a48266a703f24442f260db32c3b /FICS
parentb9d13b303ae58833311814cad69b220e441b8886 (diff)
Deleted preprocessor if-else
Diffstat (limited to 'FICS')
-rw-r--r--FICS/comproc.c6
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;