diff options
| -rw-r--r-- | codegen.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codegen.py b/codegen.py index 4fdbec554f..02b06f68aa 100644 --- a/codegen.py +++ b/codegen.py @@ -240,8 +240,6 @@ def genErl(spec): elif type == 'table': print " F%d = rabbit_binary_parser:parse_table(F%dTab)," % \ (f.index, f.index) - elif type == 'shortstr': - print " if F%dLen > 255 -> exit(method_field_shortstr_overflow); true -> ok end," % (f.index) else: pass |
