Remove unused static function.

This commit is contained in:
Tom Ritchford
2015-03-02 17:40:12 -05:00
parent 607e983f37
commit ac7243b309

View File

@@ -39,15 +39,6 @@ namespace ripple {
class RPCParser;
static inline bool isSwitchChar (char c)
{
#ifdef __WXMSW__
return c == '-' || c == '/';
#else
return c == '-';
#endif
}
//
// HTTP protocol
//