diff options
Diffstat (limited to 'src/bun.js/bindings/webcrypto/CryptoKey.cpp')
-rw-r--r-- | src/bun.js/bindings/webcrypto/CryptoKey.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bun.js/bindings/webcrypto/CryptoKey.cpp b/src/bun.js/bindings/webcrypto/CryptoKey.cpp index 4491a11fb..7902dd5d9 100644 --- a/src/bun.js/bindings/webcrypto/CryptoKey.cpp +++ b/src/bun.js/bindings/webcrypto/CryptoKey.cpp @@ -73,9 +73,6 @@ WebCoreOpaqueRoot root(CryptoKey* key) return WebCoreOpaqueRoot { key }; } - - - Vector<uint8_t> CryptoKey::randomData(size_t size) { Vector<uint8_t> result(size); |