Explorar el Código

include/linux/linkage.h: remove unused ATTRIB_NORET macro

The uses have been renamed so delete the unused macro.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Joe Perches hace 13 años
padre
commit
0d259cf819
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/linux/linkage.h

+ 0 - 2
include/linux/linkage.h

@@ -88,6 +88,4 @@
 
 
 #endif
 #endif
 
 
-#define ATTRIB_NORET  __attribute__((noreturn))
-
 #endif
 #endif