From 01078fb7ec3b8f62679c49a147a69b3978092500 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Mon, 2 Oct 2006 13:01:17 +0000 Subject: [PATCH] Debugging kruft git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30688 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 430c326ba56..c0d6b54a4b5 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp @@ -27,9 +27,6 @@ using namespace llvm; namespace llvm { -#ifndef NDEBUG - std::map DagNodeColor; -#endif template<> struct DOTGraphTraits : public DefaultDOTGraphTraits { static std::string getGraphName(const SelectionDAG *G) {