]> granicus.if.org Git - clang/commitdiff
Removed extra GraphViz node attributes for GRConstants, as some of them were
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Jan 2008 22:54:57 +0000 (22:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Jan 2008 22:54:57 +0000 (22:54 +0000)
causing problems with Dot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46285 91177308-0d34-0410-b5e6-96231b3b80d8

Analysis/GRConstants.cpp

index 4cfad27adb16810f175bd9e15b3f51327dce1606..84a8f048a8aa627f3f62d031b2624eaa56494de8 100644 (file)
@@ -723,11 +723,6 @@ template<>
 struct VISIBILITY_HIDDEN DOTGraphTraits<GRConstants::NodeTy*> :
   public DefaultDOTGraphTraits {
     
-  static std::string getNodeAttributes(void*, void*) {
-    return "fontname=\"monaco,fixed\", fontsize=\"11\""; 
-  }
-  
   static void PrintKind(std::ostringstream& Out, ValueKey::Kind kind) {
     switch (kind) {
       case ValueKey::IsSubExp:  Out << "Sub-Expressions:\\l"; break;