From: Tom Hughes Date: Mon, 18 Oct 2004 17:35:35 +0000 (+0000) Subject: Back-out accidental commit. X-Git-Tag: svn/VALGRIND_3_0_0~1504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52eb188b93bd8fd731dec175344a1a2a997a229c;p=thirdparty%2Fvalgrind.git Back-out accidental commit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2791 --- diff --git a/coregrind/vg_replace_malloc.c.base b/coregrind/vg_replace_malloc.c.base index 5b38b46a24..9069984e9d 100644 --- a/coregrind/vg_replace_malloc.c.base +++ b/coregrind/vg_replace_malloc.c.base @@ -57,12 +57,6 @@ ret VG_INTERCEPT(soname:libc.so.6, __##name) args \ __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \ visibility("protected"))); \ - ret VG_INTERCEPT(soname:libstdc++*, __##name##_internal) args \ - __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \ - visibility("protected"))); \ - ret VG_INTERCEPT(soname:libc.so.6, __##name##_internal) args \ - __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \ - visibility("protected"))); \ ret VG_INTERCEPT(soname:libstdc++*, ##name) args \ __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \ visibility("protected"))); \