mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
Remove unused static function.
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user