From 66f85a3b5258ed782200dfdb4604376660940ce8 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 25 Feb 2016 20:02:03 +0100 Subject: [PATCH] BenchmarkCommand: remove obsolete stream action --- application/clicommands/BenchmarkCommand.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/clicommands/BenchmarkCommand.php b/application/clicommands/BenchmarkCommand.php index 0d15018a..499b56b9 100644 --- a/application/clicommands/BenchmarkCommand.php +++ b/application/clicommands/BenchmarkCommand.php @@ -10,11 +10,6 @@ use Icinga\Module\Director\Objects\IcingaHostVar; class BenchmarkCommand extends Command { - public function streamAction() - { - $this->api()->stream(); - } - public function filterAction() { $flat = array();