From 48bc77acd1972a492d9fdf3d1990a84a95ce1719 Mon Sep 17 00:00:00 2001 From: Pierre Tomasina Date: Tue, 2 May 2017 14:26:21 +0200 Subject: [PATCH] fix(node remote address) CS --- Node.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.php b/Node.php index 46a79b8..4bbee5c 100644 --- a/Node.php +++ b/Node.php @@ -74,9 +74,6 @@ class Node */ protected $_encryptionType = null; - protected $_remoteAddress = null; - - /** * Constructor. *