aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/common/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/common/include/types.h')
-rw-r--r--src/framework/common/include/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/framework/common/include/types.h b/src/framework/common/include/types.h
index c7d013c..bd4d80b 100644
--- a/src/framework/common/include/types.h
+++ b/src/framework/common/include/types.h
@@ -58,10 +58,6 @@ typedef unsigned long long u64;
#define NULL ((void *)0)
#endif
-#define container_of(ptr, type, member) ( \
- (type *)((char *)(ptr) - offsetof(type,member)) \
- )
-
#define PRIMARY_ADDR
typedef struct _nsfw_res