Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3

llvm-svn: 362306
This commit is contained in:
Alexandre Ganea 2019-06-01 21:47:44 +00:00
parent 900578d1c1
commit 5a2a054028
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ std::string TCPSocket::GetRemoteConnectionURI() const {
GetRemotePortNumber());
}
return "";
};
}
Status TCPSocket::CreateSocket(int domain) {
Status error;