summaryrefslogtreecommitdiff
path: root/src/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.h')
-rw-r--r--src/binary.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/binary.h b/src/binary.h
index 7302a8ad..01c9b95a 100644
--- a/src/binary.h
+++ b/src/binary.h
@@ -75,12 +75,6 @@ enum class NameSectionSubsection {
Local = 2,
};
-enum class SegmentFlags : uint8_t {
- IndexZero = 0,
- Passive = 1,
- IndexOther = 2,
-};
-
} // namespace wabt
#endif /* WABT_BINARY_H_ */