removed unused code (base85 and crc32)

This commit is contained in:
TLINDEN
2015-04-19 19:49:13 +02:00
parent 0aecc59f39
commit d019ec4b9e
18 changed files with 30 additions and 578 deletions

View File

@@ -25,7 +25,7 @@ my %sobytes = (
'crypto_generichash_BYTES_MAX' => 64,
);
my @ignore = qw(digital_crc32.h base85.h uthash.h);
my @ignore = qw(uthash.h);
my @code;
my @structs;