silence warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31402 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-11-03 01:45:13 +00:00
parent e03f09c64f
commit 64a8dddb73
2 changed files with 2 additions and 1 deletions
@@ -110,7 +110,6 @@ template <> struct GraphTraits<const DSNode*> {
};
static DSNode &dereference ( DSNode *N) { return *N; }
static const DSNode &dereferenceC(const DSNode *N) { return *N; }
template <> struct GraphTraits<DSGraph*> {
typedef DSNode NodeType;