diff --git a/source/sqlsrv/util.cpp b/source/sqlsrv/util.cpp index 26d1f68d..1afc12f0 100644 --- a/source/sqlsrv/util.cpp +++ b/source/sqlsrv/util.cpp @@ -684,8 +684,6 @@ PHP_FUNCTION( sqlsrv_get_config ) namespace { -// Workaround for name collision problem between the SQLSRV and PDO_SQLSRV drivers on Mac -// Place get_error_message into the anonymous namespace in util.cpp sqlsrv_error_const* get_error_message( unsigned int sqlsrv_error_code ) { sqlsrv_error_const *error_message = NULL;