summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2021-02-20 02:25:59 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2021-02-20 02:25:59 -0800
commit429733df7a7f15c68d270a6b188b651cc8a17cec (patch)
treeedc6a09f11b1a2cfe1787545b23b44bd8613b88a
parent4b7ec7ee5e702dae338fc5fa62bf4b3a7b147581 (diff)
downloadldid-429733df7a7f15c68d270a6b188b651cc8a17cec.tar.gz
ldid-429733df7a7f15c68d270a6b188b651cc8a17cec.tar.zst
ldid-429733df7a7f15c68d270a6b188b651cc8a17cec.zip
Remove this Digest struct that had become Hash :(.
-rw-r--r--ldid.cpp5
1 files changed, 0 insertions, 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
{