refactor: remove not needed code related to device enqueue

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-07-11 08:54:44 +00:00
committed by Compute-Runtime-Automation
parent d77ba50455
commit 500ae54fc1
11 changed files with 6 additions and 167 deletions

View File

@@ -146,7 +146,6 @@ struct ArgDescriptor final {
}
union {
struct {
bool isDeviceQueue : 1;
bool isMediaImage : 1;
bool isMediaBlockImage : 1;
bool isTransformable : 1;