diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-03-18 16:45:15 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-03-18 16:45:15 +0100 |
| commit | 3be0c08510661cdca813cc5f1f471450c2ef3ce5 (patch) | |
| tree | a14ebacc4c4397870862b5f9f1b145abe1a336e1 /modules/codec | |
| parent | 0906dff296214bbff9f0e08a3bebc8c58758aa3f (diff) | |
| download | forstio-forstio-3be0c08510661cdca813cc5f1f471450c2ef3ce5.tar.gz | |
tools: Generating C interface sources for primitives
Diffstat (limited to 'modules/codec')
| -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"; }; |
