csn1: remove unreachable code

This commit is contained in:
mich 2019-04-01 19:06:17 +02:00
parent f5423220fb
commit 0f3f6aa65c
1 changed files with 0 additions and 1 deletions

View File

@ -696,7 +696,6 @@ class CSN1Obj(object):
raise(CSN1Err('unsupported'))
else:
raise(CSN1Err('unsupported'))
return (tok_ref, (a, b))
@classmethod
def _process_arithm_grp(cls, tok0, tok1, tok2):