From 2b523d92aec2d8c4d01b020045427c2e236b3910 Mon Sep 17 00:00:00 2001 From: gmorriso Date: Wed, 23 Aug 2023 17:17:54 -0700 Subject: [PATCH] Removed unused functions from python test utils --- tests/python/test_utils.pyx | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/tests/python/test_utils.pyx b/tests/python/test_utils.pyx index 6b486151b..e792e61e2 100644 --- a/tests/python/test_utils.pyx +++ b/tests/python/test_utils.pyx @@ -111,29 +111,6 @@ cdef extern from "zfpChecksums.h": zfp_type type, uint64_t key1, uint64_t key2) - uint64_t getChecksumOriginalDataBlock(int dims, - zfpy.zfp_type type) - uint64_t getChecksumEncodedBlock(int dims, - zfpy.zfp_type type) - uint64_t getChecksumEncodedPartialBlock(int dims, - zfpy.zfp_type type) - uint64_t getChecksumDecodedBlock(int dims, - zfpy.zfp_type type) - uint64_t getChecksumDecodedPartialBlock(int dims, - zfpy.zfp_type type) - uint64_t getChecksumOriginalDataArray(int ndims, - size_t[4] dims, - zfpy.zfp_type type) - uint64_t getChecksumCompressedBitstream(int ndims, - size_t[4] dims, - zfpy.zfp_type type, - zfpy.zfp_mode mode, - int compressParamNum) - uint64_t getChecksumDecompressedArray(int ndims, - size_t[4] dims, - zfpy.zfp_type ztype, - zfpy.zfp_mode mode, - int compressParamNum) cdef extern from "zfpHash.h": uint64_t hashBitstream(uint64_t* ptrStart,