mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Remove not needed destructor
Change-Id: I5cecf60eb55d69a185229f36a93cd22d6bf5ad46 Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7821995e7e
commit
f5f1e64ea9
@@ -14,6 +14,5 @@ class DeferrableDeletion : public IDNode<DeferrableDeletion> {
|
||||
template <typename... Args>
|
||||
static DeferrableDeletion *create(Args... args);
|
||||
virtual bool apply() = 0;
|
||||
virtual ~DeferrableDeletion() = default;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user