From 0c238122c6a4439543a908b71990b832d45511da Mon Sep 17 00:00:00 2001 From: Dmitry Faleychik Date: Mon, 9 Mar 2015 16:58:18 +0300 Subject: [PATCH] Removed unexistent method from zookeeper-api.php --- zookeeper-api.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/zookeeper-api.php b/zookeeper-api.php index f89d3dd..3142041 100644 --- a/zookeeper-api.php +++ b/zookeeper-api.php @@ -68,8 +68,6 @@ public function __construct( $host = '', $watcher_cb = null, $recv_timeout = 100 public function connect( $host, $watcher_cb = null, $recv_timeout = 10000) {} - public function create( $host, $watcher_cb = null, $recv_timeout = 10000) {} - public function create( $path, $value, $acl, $flags = null ) {} public function delete( $path, $version = -1 ) {}