Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Mar 9, 2024
1 parent 8c9aae2 commit 257ebf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/flatcc/flatcc_accessors.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ extern "C" {
#endif


/* __flatcc_copy_word defined in flatcc_flatbuffers.h, can be redefined.
Used for handling strict aliasing memory access.
Note that type punning via union casts is valid in C, but not in C++. */

#define __flatcc_basic_scalar_accessors_impl(N, T, W, E) \
static inline size_t N ## __size(void) \
{ return sizeof(T); } \
Expand Down

0 comments on commit 257ebf0

Please sign in to comment.