Skip to content

Commit

Permalink
revert test source change
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Sep 18, 2020
1 parent 3846078 commit 95c8a17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions source/common/network/utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ Api::IoCallUint64Result receiveMessage(uint64_t max_packet_size, Buffer::Instanc

} // namespace

std::string Utility::hostFromTcpUrlTest(const std::string& url) {
return hostFromUrl(url, TCP_SCHEME, "TCP");
}

std::string Utility::hostFromTcpUrl(const std::string& url) {
return hostFromUrl(url, TCP_SCHEME, "TCP");
}
Expand Down
1 change: 0 additions & 1 deletion source/common/network/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class Utility {
* @return std::string the parsed host
*/
static std::string hostFromTcpUrl(const std::string& url);
static std::string hostFromTcpUrlTest(const std::string& url);

/**
* Parses the port from a TCP URL
Expand Down

0 comments on commit 95c8a17

Please sign in to comment.