Index: src/core/SkMD5.h |
diff --git a/src/core/SkMD5.h b/src/core/SkMD5.h |
index a6d9b9f3ebb91ea864ff5e6ab4d356cec2e48ba5..8838d47ac07d04ce224ada019114d496ea29c6e6 100644 |
--- a/src/core/SkMD5.h |
+++ b/src/core/SkMD5.h |
@@ -21,9 +21,6 @@ public: |
size_t bytesWritten() const final { return SkToSizeT(this->byteCount); } |
- /** Alias for write() */ |
- void update(const uint8_t* b, size_t l) { (void)this->write(b, l); } |
- |
struct Digest { |
uint8_t data[16]; |
bool operator ==(Digest const& other) const { |