summaryrefslogtreecommitdiff
path: root/modules/codec/c++/schema.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-03-18 16:45:15 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-03-18 16:45:15 +0100
commit3be0c08510661cdca813cc5f1f471450c2ef3ce5 (patch)
treea14ebacc4c4397870862b5f9f1b145abe1a336e1 /modules/codec/c++/schema.hpp
parent0906dff296214bbff9f0e08a3bebc8c58758aa3f (diff)
tools: Generating C interface sources for primitives
Diffstat (limited to 'modules/codec/c++/schema.hpp')
-rw-r--r--modules/codec/c++/schema.hpp1
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";
};