From e7f621e4f96f9115b2038577a4fdd889f051fd12 Mon Sep 17 00:00:00 2001 From: susanh Date: Fri, 16 Jun 2017 12:49:05 -0700 Subject: [PATCH] remove comment about workaround --- source/sqlsrv/util.cpp | 2 -- 1 file changed, 2 deletions(-) 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;