remove unused spec-helper from spec builder

This commit is contained in:
protolambda 2019-06-20 21:45:17 +02:00
parent 2d67717079
commit 4dcfee2d2c
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ from eth2spec.utils.hash_function import hash
Deltas = list
'''
SUNDRY_FUNCTIONS = '''
def get_ssz_type_by_name(name: str) -> Container:
return globals()[name]
# Monkey patch hash cache
_hash = hash
hash_cache: Dict[bytes, Hash] = {}