Merge pull request #984 from Linwood-F/507-shared-data-for-purpose-query-warning

Remove shared data warning for purpose query only
This commit is contained in:
Isaac Connor 2015-08-04 10:09:59 -04:00
commit a36bee3767
1 changed files with 0 additions and 4 deletions

View File

@ -425,10 +425,6 @@ Monitor::Monitor(
Error( "Shared data not initialised by capture daemon for monitor %s", name );
exit( -1 );
}
else
{
Warning( "Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results for monitor %s", name );
}
}
// Will this not happen every time a monitor is instantiated? Seems like all the calls to the Monitor constructor pass a zero for n_zones, then load zones after..