1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Remove unused proc_t

This commit is contained in:
kimocoder 2019-03-14 12:57:04 +01:00
parent 4d68aa7207
commit ff96dd1135

View File

@ -99,8 +99,6 @@
typedef _Bool bool; typedef _Bool bool;
#endif #endif
typedef void (*proc_t)(void *);
typedef __kernel_size_t SIZE_T; typedef __kernel_size_t SIZE_T;
typedef __kernel_ssize_t SSIZE_T; typedef __kernel_ssize_t SSIZE_T;
#define FIELD_OFFSET(s, field) ((SSIZE_T)&((s *)(0))->field) #define FIELD_OFFSET(s, field) ((SSIZE_T)&((s *)(0))->field)