diff --git a/src/ripple/net/impl/RPCCall.cpp b/src/ripple/net/impl/RPCCall.cpp index c0ce80b0f2..4303140523 100644 --- a/src/ripple/net/impl/RPCCall.cpp +++ b/src/ripple/net/impl/RPCCall.cpp @@ -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 //