瀏覽代碼

util.cc: Remove uselss inline static

Tatsuhiro Tsujikawa 12 年之前
父節點
當前提交
50ac6afe36
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/util.cc

+ 0 - 2
src/util.cc

@@ -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 &&