diff options
-rw-r--r-- | eo_tokenizer.rl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eo_tokenizer.rl b/eo_tokenizer.rl index 961faef..b9c1a91 100644 --- a/eo_tokenizer.rl +++ b/eo_tokenizer.rl @@ -351,11 +351,6 @@ _eo_tokenizer_accessor_get(Eo_Tokenizer *toknz, Eo_Accessor_Type type) ###### TOKENIZE PROPERTIES - action end_prop_name { - Eo_Property_Def *prop = _eo_tokenizer_property_get(toknz); - prop->name = _eo_tokenizer_token_get(toknz, fpc-1); - } - action begin_property { INF(" %s {", toknz->tmp.prop->name); toknz->current_nesting++; |