From 07c1be5b0043e8a7cf6444d3c2ae43c8b368bff6 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Thu, 25 Jun 2015 14:20:48 +0100 Subject: [PATCH] Revert "Temp fix to remove .index at the start of the poller run" --- poller.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/poller.php b/poller.php index 5bb3fbee8..6608b3254 100755 --- a/poller.php +++ b/poller.php @@ -25,11 +25,6 @@ include("includes/alerts.inc.php"); $poller_start = utime(); echo($config['project_name_version']." Poller\n\n"); -if (is_file($config['mib_dir'].'/.index') === true) { - echo ".index exists, removing\n"; - unlink($config['mib_dir'].'/.index'); -} - $options = getopt("h:m:i:n:r::d::a::"); if ($options['h'] == "odd") { $options['n'] = "1"; $options['i'] = "2"; }