Skip to content

Commit

Permalink
Remove the explicit default destructor and check if it creates warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jun 9, 2024
1 parent 865f4ff commit f7315b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion melatonin/internal/cached_shadows.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace melatonin::internal
explicit CachedShadows (const std::vector<ShadowParameters>& shadowParameters, bool force_inner = false);

public:
virtual ~CachedShadows() = default;

// store a copy of the path to compare against for caching
// public for testability, sorry not sorry
Expand Down

0 comments on commit f7315b1

Please sign in to comment.