Move populateFactoryTable() to shared

Related-To: NEO-3964

Change-Id: I9da0395265dc164deda219d5390dd9540e04f9aa
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-10-14 14:04:29 +02:00
committed by sys_ocldev
parent 34176a8ea9
commit 60bfcbd69f
38 changed files with 57 additions and 15 deletions

View File

@@ -245,8 +245,4 @@ class BaseObject : public B, public ReferenceTrackedObject<DerivedType_t<B>> {
}
};
// Method called by global factory enabler
template <typename Type>
void populateFactoryTable();
} // namespace NEO