Skip to content

Commit ed8a78c

Browse files
committedJul 9, 2018
fix warning
1 parent 6e45069 commit ed8a78c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/qgsvectordataprovider.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ const QList< QgsVectorDataProvider::NativeType > &QgsVectorDataProvider::nativeT
291291

292292
bool QgsVectorDataProvider::supportedType( const QgsField &field ) const
293293
{
294-
int i;
295294
QgsDebugMsgLevel( QString( "field name = %1 type = %2 length = %3 precision = %4" )
296295
.arg( field.name(),
297296
QVariant::typeToName( field.type() ) )

0 commit comments

Comments
 (0)
Please sign in to comment.