Skip to content

Commit

Permalink
Use Q_UNUSED instead of self-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 15, 2012
1 parent c325424 commit 7b99a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/network/qgslinevectorlayerdirector.cpp
Expand Up @@ -200,7 +200,7 @@ void QgsLineVectorLayerDirector::makeGraph( QgsGraphBuilderInterface *builder, c

if ( pointLengthMap[ i ].mLength > info.mLength )
{
info.mTiedPoint = info.mTiedPoint ;
Q_UNUSED( info.mTiedPoint );
info.mFirstPoint = pt1;
info.mLastPoint = pt2;

Expand Down

0 comments on commit 7b99a72

Please sign in to comment.