From 9b0ac3000ab3b87ef69a871128712e48cc9a0ecf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 23 Jun 2015 17:17:53 +0200 Subject: [PATCH] Ldap\Connection: Drop unused property $count refs #8954 --- library/Icinga/Protocol/Ldap/Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Protocol/Ldap/Connection.php b/library/Icinga/Protocol/Ldap/Connection.php index 7e84c7be1..3661883e7 100644 --- a/library/Icinga/Protocol/Ldap/Connection.php +++ b/library/Icinga/Protocol/Ldap/Connection.php @@ -93,7 +93,6 @@ class Connection implements Selectable protected $bind_dn; protected $bind_pw; protected $root_dn; - protected $count; protected $reqCert = true; /**