Skip to content

Commit

Permalink
Removed unused function declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Gurskas <[email protected]>
  • Loading branch information
Lipt0nas committed Dec 5, 2023
1 parent d13f69b commit 760c0a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bindgen/src/bindings/cpp/templates/arith_conv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ struct {{ typ|ffi_converter_name }} {
static {{ type_name }} read(RustStream &);
static void write(RustStream &, {{ type_name }});
static int32_t allocation_size({{ type_name }});

private:
static {{ type_name }} byteswap({{ type_name }});
};

0 comments on commit 760c0a5

Please sign in to comment.