Skip to content

Commit

Permalink
Remove some ancient debugging code in SignalMonitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jun 19, 2012
1 parent dcf3007 commit 70bba77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mythtv/libs/libmythtv/signalmonitor.cpp
Expand Up @@ -75,12 +75,6 @@ extern "C" {
HDHRSignalMonitor, SignalMonitorValue
*/

static void ALRMhandler(int /*sig*/)
{
LOG(VB_GENERAL, LOG_NOTICE, "SignalMonitor: Got SIGALRM");
signal(SIGINT, ALRMhandler);
}

SignalMonitor *SignalMonitor::Init(QString cardtype, int db_cardnum,
ChannelBase *channel)
{
Expand Down

0 comments on commit 70bba77

Please sign in to comment.