From e6c4b0e9e4c6a43ed316325aa789980de7f89269 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Fri, 20 Jun 2014 13:14:50 +1000 Subject: Remove reference to strtok_r now that it isn't used --- libs/pbd/file_utils.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/pbd/file_utils.cc') diff --git a/libs/pbd/file_utils.cc b/libs/pbd/file_utils.cc index 618dccf4dd..9d12502bfd 100644 --- a/libs/pbd/file_utils.cc +++ b/libs/pbd/file_utils.cc @@ -26,7 +26,6 @@ #ifdef COMPILER_MINGW #include // For W_OK -#define strtok_r strtok_s #endif #include -- cgit v1.2.3