]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove valgrind.vs.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 19 Jul 2005 00:36:23 +0000 (00:36 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 19 Jul 2005 00:36:23 +0000 (00:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4172

coregrind/valgrind.vs [deleted file]

diff --git a/coregrind/valgrind.vs b/coregrind/valgrind.vs
deleted file mode 100644 (file)
index c843ad3..0000000
+++ /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
-};