refactor: remove not needed debug variable

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2025-08-20 09:56:29 +00:00
committed by Compute-Runtime-Automation
parent 9604a9d8f0
commit 3b017d41a7
14 changed files with 12 additions and 190 deletions

View File

@@ -133,6 +133,7 @@ class TestedDrmCommandStreamReceiver : public DrmCommandStreamReceiver<GfxFamily
void stopDirectSubmission(bool blocking, bool needsLock) override {
stopDirectSubmissionCalled = true;
DrmCommandStreamReceiver<GfxFamily>::stopDirectSubmission(blocking, needsLock);
}
void *latestReadBackAddress = nullptr;