Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 24, 2022
1 parent 6745237 commit bb8c198
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -3396,9 +3396,6 @@ bool QgsOracleProviderMetadata::styleExists( const QString &uri, const QString &
return false;
}

int id;
QString sql;

if ( !qry.prepare( QStringLiteral( "SELECT id,stylename FROM layer_styles"
" WHERE f_table_catalog=?"
" AND f_table_schema=?"
Expand Down

0 comments on commit bb8c198

Please sign in to comment.