Drop the support of VS2013

This commit is contained in:
Chunting Gu
2019-03-08 14:14:33 +08:00
parent 3647407b8b
commit 0db366bfe0
17 changed files with 39 additions and 130 deletions
-3
View File
@@ -9,9 +9,6 @@
namespace webcc {
// If |port| is empty, try to extract it from |host| (separated by ':').
void AdjustHostPort(std::string& host, std::string& port);
typedef boost::asio::ip::tcp::endpoint TcpEndpoint;
typedef boost::asio::ip::tcp::resolver::results_type TcpEndpoints;