shared: remove no longer used NOFAIL() macro

Closes: https://github.com/kmod-project/kmod/issues/60
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/135
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
Emil Velikov 2024-09-17 10:49:38 +01:00 committed by Lucas De Marchi
parent d6d1bebe26
commit ddbc49542c

View File

@ -39,9 +39,6 @@
#define CONCATENATE(x, y) XCONCATENATE(x, y)
#define UNIQ(x) CONCATENATE(x, __COUNTER__)
/* Temporaries for importing index handling */
#define NOFAIL(x) (x)
/* Attributes */
#define _must_check_ __attribute__((warn_unused_result))