diff --git a/lock.c b/lock.c index 490baef..64e81be 100644 --- a/lock.c +++ b/lock.c @@ -10,7 +10,6 @@ #include "edef.h" #include "efunc.h" -#if FILOCK #if BSD | SVR4 #include @@ -155,8 +154,3 @@ void lckerror(char *errstr) mlwrite(obuf); } #endif -#else -static void lckhello(void ) -{ /* dummy function */ -} -#endif