diff options
Diffstat (limited to 'ext/oracle/php3_oracle.h')
-rw-r--r-- | ext/oracle/php3_oracle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/oracle/php3_oracle.h b/ext/oracle/php3_oracle.h index 6a6e3a6600..b0c113dd09 100644 --- a/ext/oracle/php3_oracle.h +++ b/ext/oracle/php3_oracle.h @@ -124,7 +124,6 @@ typedef struct { long max_links; long num_persistent; long num_links; - int le_conn, le_pconn, le_cursor; HashTable *conns; } php_ora_globals; |