aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index ccb63643c6..18f668c0ef 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -2064,7 +2064,6 @@ struct IrInstructionMemset {
IrInstruction *dest_ptr;
IrInstruction *byte;
IrInstruction *count;
- bool is_volatile;
};
struct IrInstructionMemcpy {
@@ -2073,7 +2072,6 @@ struct IrInstructionMemcpy {
IrInstruction *dest_ptr;
IrInstruction *src_ptr;
IrInstruction *count;
- bool is_volatile;
};
struct IrInstructionSlice {