summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-26 17:26:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-26 17:26:17 +0000
commit35ff78560a01016ce2a3dffe29f18ce851bc0b90 (patch)
tree5b818a7ace6d9cdecf985b25efc5b20376ed15a5 /globals.c
parent873ef191be9d12eed8116e23926efe319c6ed859 (diff)
downloadperl-35ff78560a01016ce2a3dffe29f18ce851bc0b90.tar.gz
[asperl] more changes to satisfy non-debug VC build (C-API doesn't
build, and the testsuite still won't run) p4raw-id: //depot/asperl@1035
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/globals.c b/globals.c
index 320b8df607..e3ca27e76a 100644
--- a/globals.c
+++ b/globals.c
@@ -1464,14 +1464,4 @@ do_aspawn(void *vreally, void **vmark, void **vsp)
}
#endif /* WIN32 */
-#ifndef DEBUGGING
-/* create a matching set of virtual entries for the non debugging version */
-void CPerlObj::deb_place_holder _((const char* pat,...)) {};
-void CPerlObj::deb_growlevel_place_holder _((void)) {};
-void CPerlObj::debprofdump_place_holder _((void)) {};
-I32 CPerlObj::debop_place_holder _((OP* o)) { return 0; };
-I32 CPerlObj::debstack_place_holder _((void)) { return 0; };
-I32 CPerlObj::debstackptrs_place_holder _((void)) { return 0; };
-#endif
-
#endif /* PERL_OBJECT */