summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-11-29 14:34:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-11-29 14:34:31 +0100
commitb5610312465a6d6d4505cbdb153b9bd506157a39 (patch)
treec28168aba2fdd05349c8cd3cf1eadaeb147c35e6
parentd2b92811dc511564a267e1aa4a2b67129cbe2813 (diff)
downloadeo_tokenizer-b5610312465a6d6d4505cbdb153b9bd506157a39.zip
eo_tokenizer-b5610312465a6d6d4505cbdb153b9bd506157a39.tar.gz
remove unused ragel action
-rw-r--r--eo_tokenizer.rl5
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++;