Преглед на файлове

Remove unused private method.

Artur Kotyrba преди 14 години
родител
ревизия
8a76c8c849
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      lib/Predis.php

+ 0 - 4
lib/Predis.php

@@ -715,10 +715,6 @@ class CommandPipeline {
         $this->_pipelineBuffer[] = $command;
     }
 
-    private function getRecordedCommands() {
-        return $this->_pipelineBuffer;
-    }
-
     public function flushPipeline() {
         if (count($this->_pipelineBuffer) > 0) {
             $connection = $this->_redisClient->getConnection();