From e650cba5e481a5148b8ca08910065083e96d78d3 Mon Sep 17 00:00:00 2001 From: Andy Sautins Date: Wed, 25 Apr 2001 17:44:07 +0000 Subject: [PATCH] Cleanup collections - removed unused members from oci_collection structure --- ext/oci8/php_oci8.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 2dc3b148899..b3525da261a 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -83,18 +83,13 @@ typedef struct { typedef struct { int id; - int open; oci_connection *conn; - oci_session *session; - OCISvcCtx *pServiceContext; OCIType *tdo; OCITypeCode coll_typecode; OCIRef *elem_ref; OCIType *element_type; OCITypeCode element_typecode; OCIColl *coll; - sword error; - OCIError *pError; } oci_collection; typedef struct {