From 3c4a719feb1c1b01c546ca08affbfbbf362fd06b Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 4 Sep 2014 16:55:02 +0200 Subject: [PATCH] Revert "Icinga\Protocol\File\FileReader: implement Icinga\Data\Selectable, ...\Fetchable and Countable" This reverts commit 7edbb8f27216e6faa0d0dc5a71b407748e9dd535. --- library/Icinga/Protocol/File/FileReader.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/library/Icinga/Protocol/File/FileReader.php b/library/Icinga/Protocol/File/FileReader.php index f3603462e..3f1ccc97b 100644 --- a/library/Icinga/Protocol/File/FileReader.php +++ b/library/Icinga/Protocol/File/FileReader.php @@ -4,15 +4,12 @@ namespace Icinga\Protocol\File; -use Icinga\Data\Fetchable; -use Icinga\Data\Selectable; -use Countable; use Zend_Config; /** * Read file line by line */ -class FileReader implements Selectable, Fetchable, Countable +class FileReader { /** * A PCRE string with the fields to extract from the file's lines as named subpatterns