mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
remove unused variable
This commit is contained in:
parent
3e06b3d151
commit
45f0e33759
@ -5193,8 +5193,6 @@ QString QgsPostgresProvider::htmlMetadata() const
|
||||
|
||||
qlonglong tableOid = resTableOid.PQgetvalue( 0, 0 ).toLongLong();
|
||||
|
||||
QString fullName = QStringLiteral( "%1.%2" ).arg( mSchemaName, mTableName );
|
||||
|
||||
const QString sqlPrivileges = QStringLiteral( "SELECT "
|
||||
"has_table_privilege(%1, 'SELECT'), "
|
||||
"has_table_privilege(%1, 'INSERT'), "
|
||||
|
Loading…
x
Reference in New Issue
Block a user