Skip to content

Commit

Permalink
comment out variable with only commented out usage
Browse files Browse the repository at this point in the history
Was missed in 5f23db5 and added a new compiler warning to the
build bots.
  • Loading branch information
dekarl committed Jul 27, 2013
1 parent f4cbf7b commit 2b2155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/iptvsignalmonitor.cpp
Expand Up @@ -31,7 +31,7 @@ IPTVSignalMonitor::IPTVSignalMonitor(int db_cardnum,
LOG(VB_CHANNEL, LOG_INFO, LOC + "ctor");

// TODO init isLocked
bool isLocked = true;
// bool isLocked = true;

QMutexLocker locker(&statusLock);
signalLock.SetValue(1 /*(isLocked) ? 1 : 0*/);
Expand Down

0 comments on commit 2b2155e

Please sign in to comment.