string.c: remove str_mod_check
commit84e9c4befe071d95ff36baf2faf76a7a6d52bc1e
authorcremno <[email protected]>
Tue, 7 Jan 2014 17:15:45 +0000 (7 18:15 +0100)
committercremno <[email protected]>
Tue, 7 Jan 2014 17:15:45 +0000 (7 18:15 +0100)
treedb6436fe69e35776aaea5b3082b127adf0b4d2c4
parentcff4ac6bb7fac7cf72b58a0081d7dacd9c1f492c
string.c: remove str_mod_check

Clang 3.4 emits '-Wunused-function' - and it's really unused!
But according to the description this seems to be a bug:

>Warn whenever a static function is declared but not defined or
>a non-inline static function is unused. This warning is enabled by
-Wall.

Source: <http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html>
src/string.c