diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-01-23 22:54:57 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-01-23 22:54:57 +0000 |
commit | 8cc09d5133c9f1a8257235bfef92c1d3abf5345d (patch) | |
tree | 9b815942fda9163acf0f4a90013d3f61d9c3fd7b /Analysis/GRConstants.cpp | |
parent | 803c9edd06e8f936821525d36b1d8cc131e37d44 (diff) |
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
Diffstat (limited to 'Analysis/GRConstants.cpp')
-rw-r--r-- | Analysis/GRConstants.cpp | 5 |
1 files changed, 0 insertions, 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<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; |