diff options
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r-- | ext/odbc/php_odbc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 658cac6976..9aad6a6de3 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -215,7 +215,6 @@ typedef struct odbc_connection { HENV henv; HDBC hdbc; #endif -/* int open;*/ int id; int persistent; } odbc_connection; |