Skip to content

Commit

Permalink
remove alignof macro (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
matkonnerth authored Nov 21, 2024
1 parent 431a203 commit 76e0994
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 76e0994

Please sign in to comment.