]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove no-longer-used prefixes.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 4 Aug 2004 10:07:47 +0000 (10:07 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 4 Aug 2004 10:07:47 +0000 (10:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2565

include/vg_constants_skin.h

index ee56b91dfd8ed435218471ddb2ddd098fc5a6cb7..3d2ee616793d8aaf3f567877c3a7cb446232e24d 100644 (file)
 #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