]> git.saurik.com Git - ldid.git/commitdiff
Remove this Digest struct that had become Hash :(.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 20 Feb 2021 10:25:59 +0000 (02:25 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 20 Feb 2021 10:25:59 +0000 (02:25 -0800)
ldid.cpp

index 5c0df22a1713b565c732d0dba1a83c0cdb0e1be7..b6717287119f311104aafe4e835bb623e8a11337 100644 (file)
--- 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
 {