--- deliantra/server/common/compat.C 2009/11/06 13:03:34 1.2 +++ deliantra/server/common/compat.C 2009/11/06 13:07:28 1.3 @@ -367,21 +367,6 @@ *dest = '\0'; } -const char * -strrstr (const char *haystack, const char *needle) -{ - const char *lastneedle; - - lastneedle = NULL; - while ((haystack = strstr (haystack, needle)) != NULL) - { - lastneedle = haystack; - haystack++; - } - return lastneedle; - -} - #define EOL_SIZE (sizeof("\n")-1) void strip_endline (char *buf)