Skip to content

Commit

Permalink
Fix an unused variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Mar 19, 2019
1 parent 396144c commit eb6528e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/programs/mythfilldatabase/filldata.cpp
Expand Up @@ -228,7 +228,6 @@ bool FillData::GrabData(Source source, int offset)
bool FillData::Run(SourceList &sourcelist)
{
SourceList::iterator it;
SourceList::iterator it2;

QString status, querystr;
MSqlQuery query(MSqlQuery::InitCon());
Expand Down

0 comments on commit eb6528e

Please sign in to comment.