mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
refactor: remove not needed constant
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a73d5724e3
commit
1c1028a57c
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user