From: Nicholas Nethercote Date: Wed, 4 Aug 2004 10:07:47 +0000 (+0000) Subject: Remove no-longer-used prefixes. X-Git-Tag: svn/VALGRIND_2_2_0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db16c95eb841da0fcfd5de1ab910ab820ca20fc9;p=thirdparty%2Fvalgrind.git Remove no-longer-used prefixes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2565 --- diff --git a/include/vg_constants_skin.h b/include/vg_constants_skin.h index ee56b91dfd..3d2ee61679 100644 --- a/include/vg_constants_skin.h +++ b/include/vg_constants_skin.h @@ -44,10 +44,8 @@ #define VG_(str) VGAPPEND(vgPlain_,str) #define VGP_(str) VGAPPEND(vgProf_,str) #define VGOFF_(str) VGAPPEND(vgOff_,str) -#define VGR_(str) VGAPPEND(vgAllRoadsLeadToRome_,str) -#define VGINJ_(str) VGAPPEND(__vgInject_,str) -/* Skin specific ones. Note that final name still starts with "vg". */ +/* Tool-specific ones. Note that final name still starts with "vg". */ #define SK_(str) VGAPPEND(vgSkin_,str) /* This is specifically for stringifying VG_(x) function names. We