diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-10 20:15:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-10 20:15:55 +0100 |
| commit | 9bcc4e7b7099b07677d77fe9ea52330fc93c7aa7 (patch) | |
| tree | a625fa382ec60cad71510a24d4e9b1b0a4f9c40d | |
| parent | 5e6d5830bc03e073c2a064cd2e715637f0a05dfc (diff) | |
Remove unused class declaration.
| -rw-r--r-- | src/certificate.h | 2 | ||||
| -rw-r--r-- | src/certificate_chain.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/certificate.h b/src/certificate.h index 8237c739..326f277b 100644 --- a/src/certificate.h +++ b/src/certificate.h @@ -44,8 +44,6 @@ #include <string> #include <list> -class certificates; - namespace xmlpp { class Element; } diff --git a/src/certificate_chain.h b/src/certificate_chain.h index 129c8960..365632fe 100644 --- a/src/certificate_chain.h +++ b/src/certificate_chain.h @@ -116,7 +116,6 @@ public: std::string chain () const; private: - friend struct ::certificates; friend struct ::certificates_validation1; friend struct ::certificates_validation2; friend struct ::certificates_validation3; |
