diff options
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; |