Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ggjulio committed Nov 2, 2021
1 parent baa305a commit 206784b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion includes/ft/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ std::vector<std::string> split(const std::string& str, char delim);
/// return the number of consecutives same elements in two paths.
bool pathsComponentsAreEqual(const filesystem::path& one, const filesystem::path& two, size_t& nSameComp);

bool isValidIpAddress(const char *ipAddress);
bool isValidIpAddress(const char *ipAddress);

} /* namespace ft */

Expand Down
5 changes: 0 additions & 5 deletions src/ft/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,4 @@ bool isValidIpAddress(const char *ipAddress)
return result > 0;
}

// std::string getIpv4FromHost(std::string hostname)
// {

// }

} /* namespace ft */

0 comments on commit 206784b

Please sign in to comment.