compat: remove strnlen back-compat code

This was needed for mingw (not mingw-w64), and some older versions of
macOS, which we no-longer support.
This commit is contained in:
fanquake
2022-03-29 08:09:32 +01:00
parent 7c72eabb57
commit d4ba2b2cbc
5 changed files with 0 additions and 28 deletions

View File

@@ -606,7 +606,6 @@ libbitcoin_util_a_SOURCES = \
chainparamsbase.cpp \
clientversion.cpp \
compat/glibcxx_sanity.cpp \
compat/strnlen.cpp \
fs.cpp \
interfaces/echo.cpp \
interfaces/handler.cpp \