Browse Source

Code cleanup

yhirose 6 years ago
parent
commit
d28cd3f937
1 changed files with 0 additions and 2 deletions
  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>;