diff options
Diffstat (limited to 'src/checksum')
-rw-r--r-- | src/checksum/adler32/info.txt | 7 | ||||
-rw-r--r-- | src/checksum/crc24/info.txt | 7 | ||||
-rw-r--r-- | src/checksum/crc32/info.txt | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/src/checksum/adler32/info.txt b/src/checksum/adler32/info.txt index 53bc66354..a25c792d3 100644 --- a/src/checksum/adler32/info.txt +++ b/src/checksum/adler32/info.txt @@ -1,12 +1,5 @@ define ADLER32 -load_on auto - -<add> -adler32.cpp -adler32.h -</add> - <requires> hash </requires> diff --git a/src/checksum/crc24/info.txt b/src/checksum/crc24/info.txt index 8c61aa58b..2c2dbc782 100644 --- a/src/checksum/crc24/info.txt +++ b/src/checksum/crc24/info.txt @@ -1,12 +1,5 @@ define CRC24 -load_on auto - -<add> -crc24.cpp -crc24.h -</add> - <requires> hash </requires> diff --git a/src/checksum/crc32/info.txt b/src/checksum/crc32/info.txt index d86848cf4..590092ede 100644 --- a/src/checksum/crc32/info.txt +++ b/src/checksum/crc32/info.txt @@ -1,12 +1,5 @@ define CRC32 -load_on auto - -<add> -crc32.cpp -crc32.h -</add> - <requires> hash </requires> |