summaryrefslogtreecommitdiffstats
path: root/server/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/thread.c')
-rw-r--r--server/thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/thread.c b/server/thread.c
index 95737d6..2a46f83 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -12,8 +12,6 @@
#include <time.h>
#include <unistd.h>
-RCSID("$Id: thread.c,v 1.6 2000/03/21 19:18:24 shmit Exp $");
-
int
thread_new(thread_t *thread, void *(*thread_func)(void *), void *arg)
{