aboutsummaryrefslogtreecommitdiff
path: root/gd/packet/parser/enum_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'gd/packet/parser/enum_def.h')
-rw-r--r--gd/packet/parser/enum_def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gd/packet/parser/enum_def.h b/gd/packet/parser/enum_def.h
index c8f4348e7..5698d0fc5 100644
--- a/gd/packet/parser/enum_def.h
+++ b/gd/packet/parser/enum_def.h
@@ -39,6 +39,4 @@ class EnumDef : public TypeDef {
// data
std::map<uint32_t, std::string> constants_;
std::set<std::string> entries_;
-
- EnumDef* try_from_enum_ = nullptr;
};