|
From: Nicholas N. <nj...@ca...> - 2004-08-04 10:07:54
|
CVS commit by nethercote: Remove no-longer-used prefixes. M +1 -3 vg_constants_skin.h 1.8 --- valgrind/include/vg_constants_skin.h #1.7:1.8 @@ -45,8 +45,6 @@ #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) |