summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism/prism.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/prism/prism.c b/prism/prism.c
index 5e3e769775..f99fadf2d6 100644
--- a/prism/prism.c
+++ b/prism/prism.c
@@ -4112,7 +4112,6 @@ pm_self_node_create(pm_parser_t *parser, const pm_token_t *token) {
*node = (pm_self_node_t) {{
.type = PM_SELF_NODE,
- .flags = PM_NODE_FLAG_STATIC_LITERAL,
.location = PM_LOCATION_TOKEN_VALUE(token)
}};