Skip to content

Commit 852bfe7

Browse files
committed
Remove unused variable
1 parent ae58c21 commit 852bfe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/browser/qgsinbuiltdataitemproviders.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1977,8 +1977,6 @@ bool QgsDatabaseItemGuiProvider::handleDrop( QgsDataItem *item, QgsDataItemGuiCo
19771977
exporterOptions.wkbType = vectorSrcLayer->wkbType();
19781978

19791979
QVariantMap providerOptions;
1980-
const QString destUri = databaseConnection->createVectorLayerExporterDestinationUri( exporterOptions, providerOptions );
1981-
19821980
providerOptions.insert( QStringLiteral( "update" ), true );
19831981
providerOptions.insert( QStringLiteral( "overwrite" ), true );
19841982

0 commit comments

Comments
 (0)