Remove unnecessary initializers.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 May 2023 20:03:23 +0000 (22:03 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 May 2023 20:03:23 +0000 (22:03 +0200)
src/certificate.h

index 642bf890102cad5a7fc667505ebfc6a9e1cd6bd7..e1bdecf52cd4ba98aa47a2806f8d267fe1edc4f6 100644 (file)
@@ -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