]> git.mxchange.org Git - hub.git/commitdiff
Move to generic 'core' project, because getIndexKey() is generic code
authorRoland Häder <roland@mxchange.org>
Sun, 6 Nov 2011 03:19:34 +0000 (03:19 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Nov 2011 03:19:34 +0000 (03:19 +0000)
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php

index 7a6282581be1c9f40ec7ac687e8f1010945df226..2ac66f8339546cb0d6fc68f06b2ba9750a8947da 100644 (file)
@@ -81,15 +81,6 @@ class PeerStateLookupDatabaseWrapper extends BaseDatabaseWrapper implements Look
                return $searchInstance;
        }
 
-       /**
-        * Getter for index key
-        *
-        * @return      $indexKey       Index key
-        */
-       public final function getIndexKey () {
-               return $this->getDatabaseInstance()->getIndexKey();
-       }
-
        /**
         * Checks wether given 'sender' is a new peer
         *