소스 검색

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