diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-21 22:03:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-21 22:03:23 +0200 |
| commit | 11b1c2f72e99590d8c3d1fc1cd2c2a1a3d52932d (patch) | |
| tree | c931ae8d3ff3b415b41b23dc37a44b7a55cc4543 /src | |
| parent | 396fc05940f4b6df5dad302f635cec87b8c8a259 (diff) | |
Remove unnecessary initializers.
Diffstat (limited to 'src')
| -rw-r--r-- | src/certificate.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
