From 151b54ab3efd8ee9457b3829f2dae4eff0fe8d02 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 14 Apr 2022 17:57:52 -0700 Subject: [PATCH] remove default constructor This is rule of zero. Signed-off-by: Rosen Penev --- src/tags.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tags.cpp b/src/tags.cpp index 9cee60de..f084dd9d 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -143,11 +143,6 @@ void ExifTags::taglist(std::ostream& os, const std::string& groupName) { //! %Internal Pimpl structure with private members and data of class ExifKey. struct ExifKey::Impl { - //! @name Creators - //@{ - Impl() = default; //!< Default constructor - //@} - //! @name Manipulators //@{ /*!