From 257b52af86eb3bbf4bc4cde64d1adca4ce638d0a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Mon, 22 May 2017 19:02:09 +0200
Subject: [PATCH] no longer generic
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 .../classes/class_BaseFrameworkSystem.php     | 24 -------------------
 1 file changed, 24 deletions(-)

diff --git a/framework/main/classes/class_BaseFrameworkSystem.php b/framework/main/classes/class_BaseFrameworkSystem.php
index 1ddc7cc9..8338268f 100644
--- a/framework/main/classes/class_BaseFrameworkSystem.php
+++ b/framework/main/classes/class_BaseFrameworkSystem.php
@@ -208,11 +208,6 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
 	 */
 	private $visitorInstance = NULL;
 
-	/**
-	 * DHT instance
-	 */
-	private $dhtInstance = NULL;
-
 	/**
 	 * An instance of a database wrapper class
 	 */
@@ -1321,25 +1316,6 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
 		return $this->visitorInstance;
 	}
 
-	/**
-	 * Setter for DHT instance
-	 *
-	 * @param	$dhtInstance	A Distributable instance
-	 * @return	void
-	 */
-	protected final function setDhtInstance (Distributable $dhtInstance) {
-		$this->dhtInstance = $dhtInstance;
-	}
-
-	/**
-	 * Getter for DHT instance
-	 *
-	 * @return	$dhtInstance	A Distributable instance
-	 */
-	protected final function getDhtInstance () {
-		return $this->dhtInstance;
-	}
-
 	/**
 	 * Setter for raw package Data
 	 *
-- 
2.39.5