no longer relevant

This commit is contained in:
Michael Davidsaver
2019-03-04 18:20:03 -08:00
parent 75befddf46
commit e66893bb38

View File

@ -14,9 +14,6 @@ TESTS += testHexDump
TESTPROD_HOST += testInetAddressUtils
testInetAddressUtils = testInetAddressUtils.cpp
# Avoid errors from inlined htonl() etc. used as template argument
# TODO this is gcc only
testInetAddressUtils_CXXFLAGS = -O0
testHarness_SRCS += testInetAddressUtils.cpp
TESTS += testInetAddressUtils