From 429733df7a7f15c68d270a6b188b651cc8a17cec Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 20 Feb 2021 02:25:59 -0800 Subject: [PATCH] Remove this Digest struct that had become Hash :(. --- ldid.cpp | 5 ----- 1 file changed, 5 deletions(-) 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 { -- 2.50.0