mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
refactor: Remove no longer needed comment related to WddmEventsImp
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e9edae067a
commit
e25f9a7fd3
@@ -51,7 +51,6 @@ class WddmEventsImp : public OsEvents, NEO::NonCopyableAndNonMovableClass {
|
||||
std::vector<EventHandler> eventList;
|
||||
};
|
||||
|
||||
// Don't allow copies of the WddmEventsImp object
|
||||
static_assert(NEO::NonCopyableAndNonMovable<WddmEventsImp>);
|
||||
|
||||
} // namespace Sysman
|
||||
|
||||
@@ -40,7 +40,6 @@ class WddmEventsImp : public OsEvents, NEO::NonCopyableAndNonMovableClass {
|
||||
std::vector<EventHandler> eventList;
|
||||
};
|
||||
|
||||
// Don't allow copies of the WddmEventsImp object
|
||||
static_assert(NEO::NonCopyableAndNonMovable<WddmEventsImp>);
|
||||
|
||||
} // namespace L0
|
||||
|
||||
Reference in New Issue
Block a user