X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fglobals.c;h=6653d62dfb3bdfa107b51ad639f31edbd3794190;hb=6f0c431a792c79870266913600a71f3be21ee620;hp=71de52aaccd3637a5fc4dc2ab45f4193cf4497d4;hpb=a7cbbf501402231457e8167b6d446f4df454ba17;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/globals.c b/src/src/globals.c index 71de52aac..6653d62df 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -13,21 +13,6 @@ that they are easy to find. */ #include "exim.h" -/* The OSF1 linker puts out a worrying warning if any sections contain no -executable code. It says - -Warning: Linking some objects which contain exception information sections - and some which do not. This may cause fatal runtime exception handling - problems. - -As this may cause people to worry needlessly, include a dummy function here -to stop the message from appearing. Make it reference itself to stop picky -compilers complaining that it is unused, and put in a dummy argument to stop -even pickier compilers complaining about infinite loops. */ - -static void dummy(int x) { dummy(x-1); } - - /* Generic options for auths, all of which live inside auth_instance data blocks and hence have the opt_public flag set. */