uemacs: Kill unused lckhello function

This patch kills an unused 'lckhello' function and gets rid of the following
GCC warning:

    CC       lock.o
  lock.c:160: warning: ‘lckhello’ defined but not used

Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Pekka Enberg 2010-08-29 13:03:54 +03:00 committed by Linus Torvalds
parent bd635515a6
commit 3246438f73
1 changed files with 0 additions and 6 deletions

6
lock.c
View File

@ -10,7 +10,6 @@
#include "edef.h"
#include "efunc.h"
#if FILOCK
#if BSD | SVR4
#include <sys/errno.h>
@ -155,8 +154,3 @@ void lckerror(char *errstr)
mlwrite(obuf);
}
#endif
#else
static void lckhello(void )
{ /* dummy function */
}
#endif