From: Nicholas Nethercote Date: Tue, 19 Jul 2005 00:36:23 +0000 (+0000) Subject: Remove valgrind.vs. X-Git-Tag: svn/VALGRIND_3_0_0~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fd79036463bf169ff492bd22ba67df440a1fed8;p=thirdparty%2Fvalgrind.git Remove valgrind.vs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4172 --- diff --git a/coregrind/valgrind.vs b/coregrind/valgrind.vs deleted file mode 100644 index c843ad3111..0000000000 --- a/coregrind/valgrind.vs +++ /dev/null @@ -1,21 +0,0 @@ -VALGRIND_2.1 { - global: - vgPlain_*; - vgTool_*; - vgPlatform_*; - vgArch_*; - *IROp*; - *IRExpr*; - *IRStmt*; - *IRBB*; - *IRDirty*; - *IRType*; - *IRTemp*; - *IRConst*; - *IRCallee*; - *IRArray*; - *IRAtom*; - LibVEX_Alloc; - local: - *; # default to hidden -};