Skip to content

Commit d28cd3f

Browse files
committed
Code cleanup
1 parent 8cc3e6c commit d28cd3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

httplib.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ struct ci {
190190

191191
} // namespace detail
192192

193-
enum class HttpVersion { v1_0 = 0, v1_1 };
194-
195193
using Headers = std::multimap<std::string, std::string, detail::ci>;
196194

197195
using Params = std::multimap<std::string, std::string>;

0 commit comments

Comments
 (0)