refactor: remove not needed constant

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-07-28 15:37:14 +00:00
committed by Compute-Runtime-Automation
parent a73d5724e3
commit 1c1028a57c

View File

@@ -62,7 +62,6 @@ struct CommandListImp : public CommandList {
static constexpr bool cmdListDefaultCoherency = false;
static constexpr bool cmdListDefaultDisableOverdispatch = true;
static constexpr bool cmdListDefaultPipelineSelectModeSelected = true;
static constexpr bool cmdListDefaultGlobalAtomics = false;
std::vector<Event *> mappedTsEventList;
std::vector<Event *> interruptEvents;
};