Skip to content

Commit

Permalink
Update ecal_custom_data_types.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen authored Dec 11, 2024
1 parent d5edde5 commit 73f2d4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ecal/core/src/types/ecal_custom_data_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ namespace eCAL
validateIpString(ip_address_);
}

IpAddressV4::IpAddressV4(const char* ip_address_)
{
validateIpString(ip_address_);
}

void IpAddressV4::validateIpString(const std::string& ip_address_)
{
if ( std::regex_match(ip_address_, IPV4_DEC_REGEX)
Expand Down

0 comments on commit 73f2d4b

Please sign in to comment.