From 4bc3daaa3f3c9f22d5dd695e987e8d20f999791c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jul 2001 18:26:21 +0000 Subject: Eliminated the Unique class in favor of NonCopyable and NonCopyableV git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSelection/InstrForest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/CodeGen/InstrSelection/InstrForest.cpp') diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp index a1afedea08..ed271a3100 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -50,10 +50,6 @@ InstrTreeNode::InstrTreeNode(InstrTreeNodeType nodeType, basicNode.treeNodePtr = this; } -InstrTreeNode::~InstrTreeNode() -{} - - void InstrTreeNode::dump(int dumpChildren, int indent) const -- cgit v1.2.3-70-g09d2