diff --git a/src/threads.c b/src/threads.c
index ea161888021b8fc0a9727056f79e878477bc10fe..bc31fe09450906145ff451bfd69ff58f6a2b8c54 100644
--- a/src/threads.c
+++ b/src/threads.c
@@ -2,12 +2,12 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: threads.c,v 1.212 2003/03/17 09:17:02 grubba Exp $
+|| $Id: threads.c,v 1.213 2003/04/01 19:12:09 mast Exp $
 */
 
 #ifndef CONFIGURE_TEST
 #include "global.h"
-RCSID("$Id: threads.c,v 1.212 2003/03/17 09:17:02 grubba Exp $");
+RCSID("$Id: threads.c,v 1.213 2003/04/01 19:12:09 mast Exp $");
 
 PMOD_EXPORT int num_threads = 1;
 PMOD_EXPORT int threads_disabled = 0;
@@ -110,11 +110,6 @@ int low_nt_create_thread(unsigned Pike_stack_size,
   }
 }
 
-
-#ifdef PIKE_DEBUG
-PMOD_EXPORT HANDLE CheckValidHandle(HANDLE h);
-#endif
-
 #endif
 
 #ifdef SIMULATE_COND_WITH_EVENT