From 813e5f77e3d72c822fcb95d5bdcdba404ebbbef1 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 7 Mar 2011 13:23:36 +0000 Subject: [PATCH] Merge minor regex lib fixes from Trunk. [SVN r69625] --- src/regex.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/regex.cpp b/src/regex.cpp index 1f1caa6f..27ac43cc 100644 --- a/src/regex.cpp +++ b/src/regex.cpp @@ -224,19 +224,3 @@ int WINAPI DllEntryPoint(HINSTANCE , unsigned long , void*) } #endif -#if defined(__IBMCPP__) && defined(BOOST_REGEX_DYN_LINK) -// -// Is this correct - linker complains without it ? -// -int main() -{ - return 0; -} - -#endif - - - - - -