util.cc: Remove uselss inline static

pull/138/head
Tatsuhiro Tsujikawa 2013-09-30 21:50:51 +09:00
parent b772aa6a5e
commit 50ac6afe36
1 changed files with 0 additions and 2 deletions

View File

@ -347,13 +347,11 @@ bool isCRLF(const char c)
namespace {
inline static
bool isUtf8Tail(unsigned char ch)
{
return in(ch, 0x80u, 0xbfu);
}
inline static
bool inPercentEncodeMini(const unsigned char c)
{
return c > 0x20 && c < 0x7fu &&