Remove warnings
[anna.git] / source / dbms.oracle / ResultCode.cpp
index 84bb2a1..d9a2200 100644 (file)
@@ -36,8 +36,6 @@ oracle::ResultCode::ResultCode(const int status, OCIError* error) :
     return;
   }
 
-  char* aux;
-
   switch(status) {
   case OCI_ERROR:
     OCIErrorGet(error, (ub4) 1, (text*) 0, &errorCode, (unsigned char*) errorText, (ub4) sizeof(errorText), OCI_HTYPE_ERROR);