silence warning
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSGraphTraits.h
index 6febf34625ebac7a4a435e62551fc08c7e98896d..789cf973d8ea8d18202d78e0fcd4d74eff88665a 100644 (file)
@@ -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;