diff --git a/src/Utility.cc b/src/Utility.cc index dfc7995b..c8cbef0a 100644 --- a/src/Utility.cc +++ b/src/Utility.cc @@ -23,13 +23,6 @@ #include #include "gz/msgs/Utility.hh" -#ifdef _WIN32 - static const auto &ignstrtok = strtok_s; -#else - static const auto &ignstrtok = strtok_r; -#endif - - namespace gz { namespace msgs