[GPU] Remove unused FinalizeTrace

This commit is contained in:
Triang3l
2020-10-08 21:37:29 +03:00
parent 603150af64
commit 81bc33523a
8 changed files with 0 additions and 12 deletions

View File

@@ -53,8 +53,6 @@ bool NullCommandProcessor::IssueCopy() { return true; }
void NullCommandProcessor::InitializeTrace() {}
void NullCommandProcessor::FinalizeTrace() {}
} // namespace null
} // namespace gpu
} // namespace xe

View File

@@ -46,7 +46,6 @@ class NullCommandProcessor : public CommandProcessor {
bool IssueCopy() override;
void InitializeTrace() override;
void FinalizeTrace() override;
};
} // namespace null