Remove some unneccesary 'using' directives

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4246 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-10-21 13:31:48 +00:00
parent 756a55000b
commit 13ec72a12a
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ DSGraph::DSGraph(const DSGraph &G) : Func(G.Func) {
DSGraph::~DSGraph() {
FunctionCalls.clear();
ValueMap.clear();
RetNode = 0;
RetNode.setNode(0);
#ifndef NDEBUG
// Drop all intra-node references, so that assertions don't fail...