mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Clean unused code
remove parts with device queue Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
df4bec03e8
commit
25ce4d0c04
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2021 Intel Corporation
|
||||
* Copyright (C) 2020-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -113,7 +113,6 @@ struct ArgDescriptor final {
|
||||
bool isTransformable : 1;
|
||||
bool needsPatch : 1;
|
||||
bool hasVmeExtendedDescriptor : 1;
|
||||
bool hasDeviceSideEnqueueExtendedDescriptor : 1;
|
||||
};
|
||||
uint32_t packed;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user