remove uneeded variables
This commit is contained in:
parent
08216606ee
commit
b866b6d51c
1 changed files with 0 additions and 2 deletions
|
@ -137,7 +137,6 @@ void SDOPointType::writeSQL(oracle::occi::AnyData& streamOCCI_)
|
|||
|
||||
SDOPointType::~SDOPointType()
|
||||
{
|
||||
int i;
|
||||
}
|
||||
|
||||
/*****************************************************************/
|
||||
|
@ -309,6 +308,5 @@ void SDOGeometry::writeSQL(oracle::occi::AnyData& streamOCCI_)
|
|||
|
||||
SDOGeometry::~SDOGeometry()
|
||||
{
|
||||
int i;
|
||||
delete SDO_POINT;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue