Skip to content

Commit fb116ec

Browse files
committed
gdal.i: remove unused variable
1 parent a183403 commit fb116ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

swig/include/gdal.i

-3
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,6 @@ int wrapper_GDALContourDestDS( GDALDatasetShadow* dstDS,
17331733
GDALProgressFunc callback=NULL,
17341734
void* callback_data=NULL)
17351735
{
1736-
int usageError; /* ignored */
1737-
17381736
bool bFreeOptions = false;
17391737
if( callback )
17401738
{
@@ -1784,7 +1782,6 @@ GDALDatasetShadow* wrapper_GDALContourDestName( const char* dest,
17841782
GDALProgressFunc callback=NULL,
17851783
void* callback_data=NULL)
17861784
{
1787-
int usageError; /* ignored */
17881785
bool bFreeOptions = false;
17891786
if( callback )
17901787
{

0 commit comments

Comments
 (0)