diff --git a/src/ox/claw/write.hpp b/src/ox/claw/write.hpp index a809a319a..b476ecbd9 100644 --- a/src/ox/claw/write.hpp +++ b/src/ox/claw/write.hpp @@ -32,11 +32,6 @@ struct TypeInfoCatcher { this->version = v; } - template - constexpr void setTypeInfo() noexcept { - this->name = T::TypeName; - } - constexpr Error field(...) noexcept { return OxError(0); }