From: Jay Freeman (saurik) Date: Sat, 20 Feb 2021 10:25:59 +0000 (-0800) Subject: Remove this Digest struct that had become Hash :(. X-Git-Tag: v2.1.3~4 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/429733df7a7f15c68d270a6b188b651cc8a17cec Remove this Digest struct that had become Hash :(. --- diff --git a/ldid.cpp b/ldid.cpp index 5c0df22..b671728 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -1659,11 +1659,6 @@ class NullBuffer : } }; -class Digest { - public: - uint8_t sha1_[LDID_SHA1_DIGEST_LENGTH]; -}; - class HashBuffer : public std::streambuf {