Skip to content

Commit 03a7d88

Browse files
committed
Remove some unused variables and properties
1 parent d7b8a52 commit 03a7d88

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Store/MemcachedStore.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
*/
2525
class MemcachedStore implements StoreInterface
2626
{
27-
private static $defaultClientOptions = array(
28-
'persistent_id' => null,
29-
'username' => null,
30-
'password' => null,
31-
);
32-
3327
private $memcached;
3428
private $initialTtl;
3529
/** @var bool */

0 commit comments

Comments
 (0)