From 8cc09d5133c9f1a8257235bfef92c1d3abf5345d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 23 Jan 2008 22:54:57 +0000 Subject: [PATCH] Removed extra GraphViz node attributes for GRConstants, as some of them were causing problems with Dot. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46285 91177308-0d34-0410-b5e6-96231b3b80d8 --- Analysis/GRConstants.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Analysis/GRConstants.cpp b/Analysis/GRConstants.cpp index 4cfad27adb..84a8f048a8 100644 --- a/Analysis/GRConstants.cpp +++ b/Analysis/GRConstants.cpp @@ -723,11 +723,6 @@ template<> struct VISIBILITY_HIDDEN DOTGraphTraits : 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; -- 2.50.1