Remove reference to strtok_r now that it isn't used
authorTim Mayberry <mojofunk@gmail.com>
Fri, 20 Jun 2014 03:14:50 +0000 (13:14 +1000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 25 Jun 2014 16:40:10 +0000 (12:40 -0400)
libs/pbd/file_utils.cc

index 618dccf4ddc60e3786102b61a829a0d73ed37acc..9d12502bfd648d016036461490ba2be3f72d2219 100644 (file)
@@ -26,7 +26,6 @@
 
 #ifdef COMPILER_MINGW
 #include <io.h> // For W_OK
-#define strtok_r strtok_s
 #endif
 
 #include <glibmm/fileutils.h>