Skip to content

Commit

Permalink
Clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Sep 26, 2024
1 parent 0e3a030 commit e6c6af4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions runtime/src/zserio/AllocatorHolder.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@ class AllocatorHolder<ALLOC, true>
public:
using allocator_type = ALLOC;

/**
* Empty constructor.
*/
AllocatorHolder()
{}

/**
* Constructor from given allocator.
*
Expand All @@ -138,6 +132,7 @@ class AllocatorHolder<ALLOC, true>
* Method generated by default.
* \{
*/
AllocatorHolder() = default;
~AllocatorHolder() = default;

AllocatorHolder(const AllocatorHolder& other) = default;
Expand Down

0 comments on commit e6c6af4

Please sign in to comment.