aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-02-23 11:29:36 +0000
committergingerBill <bill@gingerbill.org>2022-02-23 11:29:36 +0000
commit196bd735d4c30964182fdf1f374f767ccb0912fa (patch)
tree701f77ada4572141224816c5458895700f4d61ab /src/entity.cpp
parent493bc653b5762514dac8c8941d6564ccf5bb8528 (diff)
Replace local `@(no_red_zone)` with global `-disable-red-zone`
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 84ddd5c6b..f5720293f 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -226,7 +226,6 @@ struct Entity {
bool is_foreign;
bool is_export;
bool generated_from_polymorphic;
- bool no_red_zone;
ProcedureOptimizationMode optimization_mode;
} Procedure;
struct {