mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Remove unused static function.
This commit is contained in:
@@ -39,15 +39,6 @@ namespace ripple {
|
|||||||
|
|
||||||
class RPCParser;
|
class RPCParser;
|
||||||
|
|
||||||
static inline bool isSwitchChar (char c)
|
|
||||||
{
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
return c == '-' || c == '/';
|
|
||||||
#else
|
|
||||||
return c == '-';
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// HTTP protocol
|
// HTTP protocol
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user