=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/help.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/mg/help.c 2009/06/04 23:39:37 1.32 +++ src/usr.bin/mg/help.c 2012/03/14 13:56:35 1.33 @@ -1,4 +1,4 @@ -/* $OpenBSD: help.c,v 1.32 2009/06/04 23:39:37 kjell Exp $ */ +/* $OpenBSD: help.c,v 1.33 2012/03/14 13:56:35 lum Exp $ */ /* This file is in the public domain. */ @@ -9,7 +9,6 @@ #include "def.h" #include "funmap.h" -#ifndef NO_HELP #include "kbd.h" #include "key.h" #ifndef NO_MACRO @@ -233,4 +232,3 @@ } return (FALSE); } -#endif /* !NO_HELP */