]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/node/class_NodeInformationDatabaseWrapper.php
Hub project continued:
[hub.git] / application / hub / main / database / wrapper / node / class_NodeInformationDatabaseWrapper.php
index 629844a8e03c03163c9062f249e837d13079cf4e..97141168626300ece10133c1ccdf196b4c42e3c3 100644 (file)
@@ -57,15 +57,6 @@ class NodeInformationDatabaseWrapper extends BaseDatabaseWrapper {
                return $wrapperInstance;
        }
 
-       /**
-        * Getter for index key
-        *
-        * @return      $indexKey       Index key
-        */
-       public final function getIndexKey () {
-               return $this->getDatabaseInstance()->getIndexKey();
-       }
-
        /**
         * 'Registers' a new node id along with data provided in the node instance.
         * This may sound confusing but avoids double code very nicely...