src: removed some unused code

This commit is contained in:
malte_langkabel
2016-11-14 13:29:03 +01:00
parent 9ba3cf165c
commit c95eecdd7e
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -5,7 +5,6 @@
#include "data/Storage.h"
#include "data/StorageProvider.h"
#include "utility/scheduling/Blackboard.h"
TaskInjectStorage::TaskInjectStorage(
std::shared_ptr<StorageProvider> storageProvider,
@@ -13,7 +12,6 @@ TaskInjectStorage::TaskInjectStorage(
)
: m_storageProvider(storageProvider)
, m_target(target)
, m_hasInjected(false)
{
}
-2
View File
@@ -25,8 +25,6 @@ private:
std::shared_ptr<StorageProvider> m_storageProvider;
std::shared_ptr<Storage> m_target;
bool m_hasInjected;
};
#endif // TASK_INJECT_STORAGE_H