diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2015-02-12 13:31:23 +0000 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2015-02-12 13:31:42 +0000 |
commit | a2dd62e510441b8cf8521e8a8f105ae5c6e6d512 (patch) | |
tree | 14bbb1ef04d0dae976c6a8acbdbe425d81f41c96 /src | |
parent | 5213599b5aa2cc0dc85739b9b3c7b8953380f72d (diff) |
eolian: remove unneeded code
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/eolian/eo_parser.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/eolian/eo_parser.c b/src/lib/eolian/eo_parser.c index 669f1969cf..47923c8558 100644 --- a/src/lib/eolian/eo_parser.c +++ b/src/lib/eolian/eo_parser.c | |||
@@ -1157,11 +1157,6 @@ parse_param(Eo_Lexer *ls, Eina_List **params, Eina_Bool allow_inout, | |||
1157 | goto end; | 1157 | goto end; |
1158 | } | 1158 | } |
1159 | end: | 1159 | end: |
1160 | if (ls->t.kw == KW_at_nonull) | ||
1161 | { | ||
1162 | par->nonull = EINA_TRUE; | ||
1163 | eo_lexer_get(ls); | ||
1164 | } | ||
1165 | check_next(ls, ';'); | 1160 | check_next(ls, ';'); |
1166 | if (ls->t.token == TOK_COMMENT) | 1161 | if (ls->t.token == TOK_COMMENT) |
1167 | { | 1162 | { |