Skip to content

Commit

Permalink
Remove unused ignstrtok variable (gazebosim#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly authored May 19, 2023
1 parent a167170 commit 782fbfd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
#include <gz/math/SemanticVersion.hh>
#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
Expand Down

0 comments on commit 782fbfd

Please sign in to comment.