浏览代码

Code cleanup

yhirose 6 年之前
父节点
当前提交
d28cd3f937
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      httplib.h

+ 0 - 2
httplib.h

@@ -190,8 +190,6 @@ struct ci {
 
 } // namespace detail
 
-enum class HttpVersion { v1_0 = 0, v1_1 };
-
 using Headers = std::multimap<std::string, std::string, detail::ci>;
 
 using Params = std::multimap<std::string, std::string>;