mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +08:00
refactor: remove not needed debug variable
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9604a9d8f0
commit
3b017d41a7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user