Skip to content

Commit 45ecf42

Browse files
committed
entity: fix clang-tidy warning
1 parent 68aadf5 commit 45ecf42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entity/accessor.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ struct erased_accessor final {
3030
erased_constraints::max_length(*length_fun)(const Object*, const c_length_t*) = nullptr;
3131

3232
explicit constexpr erased_accessor() noexcept = default;
33-
constexpr erased_accessor(const erased_accessor&) = default;
3433
constexpr erased_accessor(const reader_t* reader, const writer_t* writer, const predicate_t* predicate,
3534
const c_range_t* range, const c_length_t* length,
3635
StringView field_name, StringView object_name, StringView field_type_name,

0 commit comments

Comments
 (0)