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 - - - - - -