浏览代码

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();