diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 16:37:27 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 16:37:27 +0100 |
commit | 2f0279f89c763f3ffc4eec24e7b559021e1fb1bd (patch) | |
tree | 7079738821a1f20360f8d6b04dbedc9ae15d0863 /FICS/ratings.c | |
parent | 5079ed37478eb9b01cba4dc4a025a0577a987256 (diff) |
Deleted preprocessor if-else
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r-- | FICS/ratings.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index f62bcfe..b45060a 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -34,14 +34,6 @@ #include "ratings.h" #include "utils.h" -/* grimm */ -#if defined(SGI) -#else -/* int system(char *arg); */ -/* int rewind(FILE *stream); */ -#endif - - PUBLIC double Ratings_B_Average; PUBLIC double Ratings_B_StdDev; |