]> Git Repo - linux.git/commitdiff
include/linux/linkage.h: remove unused ATTRIB_NORET macro
authorJoe Perches <[email protected]>
Fri, 13 Jan 2012 01:17:25 +0000 (17:17 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Jan 2012 04:13:03 +0000 (20:13 -0800)
The uses have been renamed so delete the unused macro.

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/linkage.h

index 6a8f252e49eee13929d41b99d3e5c75dadf55fa8..807f1e5332267e6bd776f9591f106b723e1c02ab 100644 (file)
@@ -88,6 +88,4 @@
 
 #endif
 
-#define ATTRIB_NORET  __attribute__((noreturn))
-
 #endif
This page took 0.055002 seconds and 4 git commands to generate.