removed obsolete code

This commit is contained in:
Robin Müller 2021-06-08 14:27:21 +02:00
parent 145dd33fb1
commit 0157681471
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 0 additions and 6 deletions

View File

@ -68,12 +68,6 @@ private:
static ObjectManager* objManagerInstance;
};
/**
* @brief This is the forward declaration of the global objectManager instance.
*/
// SHOULDDO: maybe put this in the glob namespace to explicitely mark it global?
//extern ObjectManagerIF *objectManager;
/*Documentation can be found in the class method declaration above.*/
template <typename T>
T* ObjectManager::get( object_id_t id ) {