diff options
-rw-r--r-- | src/helperfuncs.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 068f83bd3..aa1e38386 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -1190,11 +1190,6 @@ bool AllModulesReportReady(userrec* user) return true; } -char islast(const char* s) -{ - return '+'; -} - long map_count(const char* s) { int c = 0; |