summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-28 09:23:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-28 19:55:55 +0200
commit60cdd5ea15970c66e6fe3666f56da9b1d06ad79f (patch)
tree234b665d11452f67644183391b04a5847750313d
parentf297aa8965d1ceafb826b46121d2994b1e2494d5 (diff)
entity: fix clang-tidy warning
-rw-r--r--entity/accessor.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/entity/accessor.hpp b/entity/accessor.hpp
index ccfb5b13..22bef6e3 100644
--- a/entity/accessor.hpp
+++ b/entity/accessor.hpp
@@ -30,7 +30,6 @@ struct erased_accessor final {
erased_constraints::max_length(*length_fun)(const Object*, const c_length_t*) = nullptr;
explicit constexpr erased_accessor() noexcept = default;
- constexpr erased_accessor(const erased_accessor&) = default;
constexpr erased_accessor(const reader_t* reader, const writer_t* writer, const predicate_t* predicate,
const c_range_t* range, const c_length_t* length,
StringView field_name, StringView object_name, StringView field_type_name,