From 31042c5bce3e79eeba55c22e49c927c35a3c6396 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Tue, 19 Dec 2023 23:36:12 +0100
Subject: Deleted preprocessor if-else

---
 FICS/command.h | 8 --------
 1 file changed, 8 deletions(-)

(limited to 'FICS')

diff --git a/FICS/command.h b/FICS/command.h
index 2b499fa..a7b8b0e 100644
--- a/FICS/command.h
+++ b/FICS/command.h
@@ -129,15 +129,7 @@ extern void commands_init(void);
 extern void TerminateCleanup(void);
 extern int process_command(int, char *, char **);
 
-
 extern int alias_lookup();
 extern int gethostname();
 
-#if defined(SGI) || defined(NETBSD)
-#else
-extern int wait3();
-/* extern char tolower(); */
-/* extern int sscanf(); */
-#endif
-
 #endif /* _COMMAND_H */
-- 
cgit v1.2.3