Skip to content

Commit

Permalink
remove alignof macro
Browse files Browse the repository at this point in the history
  • Loading branch information
matkonnerth committed Nov 13, 2024
1 parent cc43025 commit e81642c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backends/open62541/src/DataTypeImporter.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@

#include <assert.h>

#define alignof(type) \
offsetof( \
struct { \
char c; \
type d; \
}, \
d)

struct DataTypeImporter
{
UA_DataTypeArray *types;
Expand Down

0 comments on commit e81642c

Please sign in to comment.