From 3be0c08510661cdca813cc5f1f471450c2ef3ce5 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 18 Mar 2024 16:45:15 +0100 Subject: tools: Generating C interface sources for primitives --- modules/codec/c++/schema.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/codec/c++') 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"; }; -- cgit v1.2.3