Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Sep 22, 2014
1 parent 45af5b5 commit 2c8c4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/lib/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ ScriptableLibraryContainer* EnginePrivate::loadScriptableLibrary( const QString
PluginPointer<TagLibraryInterface> EnginePrivate::loadCppLibrary( const QString &name, uint minorVersion )
{
int pluginIndex = 0;
QString libFileName;

while ( m_pluginDirs.size() > pluginIndex ) {
const QString nextDir = m_pluginDirs.at( pluginIndex++ );
Expand Down

0 comments on commit 2c8c4bb

Please sign in to comment.