remove comment about workaround

This commit is contained in:
susanh 2017-06-16 12:49:05 -07:00
parent 1eaed774e6
commit e7f621e4f9

View file

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