diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2017-11-23 14:35:50 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-11-23 15:55:51 +0400 |
commit | 62ce8ce75f96c1f04e603cb5114ad76f2a1ea7b1 (patch) | |
tree | 14d7aeaf4379d952437f150333e958d894cb3dd0 /storage/innobase/include/ut0crc32.h | |
parent | e69466d0231aa55f223d1f1199913d1a1ec13025 (diff) | |
download | mariadb-git-62ce8ce75f96c1f04e603cb5114ad76f2a1ea7b1.tar.gz |
Removed ut_crc32_byte_by_byte: never used
Diffstat (limited to 'storage/innobase/include/ut0crc32.h')
-rw-r--r-- | storage/innobase/include/ut0crc32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/innobase/include/ut0crc32.h b/storage/innobase/include/ut0crc32.h index 36b389b5bd2..509ac09497f 100644 --- a/storage/innobase/include/ut0crc32.h +++ b/storage/innobase/include/ut0crc32.h @@ -51,10 +51,6 @@ extern ut_crc32_func_t ut_crc32; when converting byte strings to integers internally. */ extern ut_crc32_func_t ut_crc32_legacy_big_endian; -/** Pointer to CRC32-byte-by-byte calculation function (byte order agnostic, -but very slow). */ -extern ut_crc32_func_t ut_crc32_byte_by_byte; - extern const char* ut_crc32_implementation; #endif /* ut0crc32_h */ |