Skip to content

Commit f76ad2c

Browse files
author
Michael Carroll
authored
Merge branch 'gz-msgs9' into unsused_load
2 parents 342a302 + 782fbfd commit f76ad2c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Utility.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323
#include <gz/math/SemanticVersion.hh>
2424
#include "gz/msgs/Utility.hh"
2525

26-
#ifdef _WIN32
27-
static const auto &ignstrtok = strtok_s;
28-
#else
29-
static const auto &ignstrtok = strtok_r;
30-
#endif
31-
32-
3326
namespace gz
3427
{
3528
namespace msgs

0 commit comments

Comments
 (0)