Get rid of dead code and/or localise global functions as needed to
avoid warnings from -fwarn-missing-prototypes.  vg_replace_malloc.c
has not been done yet though.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3298 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_pthreadmodel.c b/coregrind/vg_pthreadmodel.c
index 8748f0c..b1bcc49 100644
--- a/coregrind/vg_pthreadmodel.c
+++ b/coregrind/vg_pthreadmodel.c
@@ -577,12 +577,11 @@
 
 #else  /* !0 */
 /* Stubs for now */
-
-void VG_(pthread_init)()
-{
-}
-
-void VG_(pthread_startfunc_wrapper)(Addr wrapper)
-{
-}
+//:: void VG_(pthread_init)()
+//:: {
+//:: }
+//:: 
+//:: void VG_(pthread_startfunc_wrapper)(Addr wrapper)
+//:: {
+//:: }
 #endif	/* 0 */