remove unused variable

This commit is contained in:
Jan Caha 2025-08-28 15:07:53 +02:00 committed by Nyall Dawson
parent 3e06b3d151
commit 45f0e33759

View File

@ -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'), "