diff options
Diffstat (limited to 'modules/codec/c++')
-rw-r--r-- | modules/codec/c++/schema.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp index 82fc0a5..37615c5 100644 --- a/modules/codec/c++/schema.hpp +++ b/modules/codec/c++/schema.hpp @@ -66,7 +66,6 @@ struct String { static constexpr string_literal name = "String"; }; - struct SignedInteger { static constexpr string_literal name = "SignedInteger"; }; |