From 9be2db3d9db3f02d6237af6d4dd78af8f069e5bf Mon Sep 17 00:00:00 2001 From: eroman Date: Fri, 24 Oct 2014 13:30:56 -0700 Subject: Cleanup: Remove unused forward declarations. Review URL: https://codereview.chromium.org/680603002 Cr-Commit-Position: refs/heads/master@{#301188} --- content/child/webcrypto/openssl/rsa_key_openssl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'content/child/webcrypto/openssl/rsa_key_openssl.h') diff --git a/content/child/webcrypto/openssl/rsa_key_openssl.h b/content/child/webcrypto/openssl/rsa_key_openssl.h index 48d7b4c..d793505 100644 --- a/content/child/webcrypto/openssl/rsa_key_openssl.h +++ b/content/child/webcrypto/openssl/rsa_key_openssl.h @@ -11,9 +11,6 @@ namespace content { namespace webcrypto { -class PublicKeyNss; -class PrivateKeyNss; - // Base class for an RSA algorithm whose keys additionaly have a hash parameter // bound to them. Provides functionality for generating, importing, and // exporting keys. -- cgit v1.1