Revert "Icinga\Protocol\File\FileReader: implement Icinga\Data\Selectable, ...\Fetchable and Countable"

This reverts commit 7edbb8f27216e6faa0d0dc5a71b407748e9dd535.
This commit is contained in:
Alexander Klimov 2014-09-04 16:55:02 +02:00
parent 876b94cccf
commit 3c4a719feb
1 changed files with 1 additions and 4 deletions

View File

@ -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