X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8d3e26681c4341c76fe9a28371a75061678e7df2..8b4410a1f3cb75e3d92b61176397655d509f81ee:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index d559baa1..d10346f3 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -5,15 +5,6 @@ * $Id$ */ -/* If we're using gcc then give it some information about - * functions that abort. - */ -#if __GNUC__ > 2 -#define NORETURN __attribute__((__noreturn__) -#else -#define NORETURN -#endif - /* * missing system prototypes */