[GPU] Remove unused FinalizeTrace
This commit is contained in:
@@ -53,8 +53,6 @@ bool NullCommandProcessor::IssueCopy() { return true; }
|
||||
|
||||
void NullCommandProcessor::InitializeTrace() {}
|
||||
|
||||
void NullCommandProcessor::FinalizeTrace() {}
|
||||
|
||||
} // namespace null
|
||||
} // namespace gpu
|
||||
} // namespace xe
|
||||
@@ -46,7 +46,6 @@ class NullCommandProcessor : public CommandProcessor {
|
||||
bool IssueCopy() override;
|
||||
|
||||
void InitializeTrace() override;
|
||||
void FinalizeTrace() override;
|
||||
};
|
||||
|
||||
} // namespace null
|
||||
|
||||
Reference in New Issue
Block a user