summaryrefslogtreecommitdiff
path: root/src/client/ocsp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ocsp-client.h')
-rw-r--r--src/client/ocsp-client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/ocsp-client.h b/src/client/ocsp-client.h
index e1f29bb..e4aafb6 100644
--- a/src/client/ocsp-client.h
+++ b/src/client/ocsp-client.h
@@ -28,7 +28,6 @@
#include "client/error.h"
namespace CCHECKER {
-namespace Client {
class OcspClient {
public:
@@ -45,5 +44,4 @@ private:
std::unique_ptr<Dispatcher> m_dispatcher;
};
-} // namespace Client
} // namespace CCHECKER