]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Avoid linting suppression for Storage::~Storage
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 26 Aug 2023 18:37:20 +0000 (20:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 26 Aug 2023 18:38:44 +0000 (20:38 +0200)
src/storage/Storage.cpp

index a37a07c58e0c049a3a8bee04adea1ca5fb2135ee..189e21e27d41e98d19ea3bde3577402c396e9c45 100644 (file)
@@ -212,10 +212,7 @@ Storage::Storage(const Config& config) : local(config), m_config(config)
 
 // Define the destructor in the implementation file to avoid having to declare
 // RemoteStorageEntry and its constituents in the header file.
-// NOLINTNEXTLINE(modernize-use-equals-default)
-Storage::~Storage()
-{
-}
+Storage::~Storage() = default;
 
 void
 Storage::initialize()