From 11b1c2f72e99590d8c3d1fc1cd2c2a1a3d52932d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 May 2023 22:03:23 +0200 Subject: Remove unnecessary initializers. --- src/certificate.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/certificate.h b/src/certificate.h index 642bf890..e1bdecf5 100644 --- a/src/certificate.h +++ b/src/certificate.h @@ -65,10 +65,7 @@ namespace dcp { class Certificate { public: - Certificate () - : _certificate (0) - , _public_key (0) - {} + Certificate() {} /** Load an X509 certificate from a string * @param cert String to read from -- cgit v1.2.3