Remove long dead #if 0

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-29 17:00:19 +00:00
parent cb6b4bd1c6
commit 67eaf73c89
2 changed files with 0 additions and 8 deletions

View File

@ -140,10 +140,6 @@ public:
inline void setSuggestedColor(int Col) {
if (SuggestedColor == -1)
SuggestedColor = Col;
#if 0
else if (DEBUG_RA)
std::cerr << "Already has a suggested color " << Col << "\n";
#endif
}
inline unsigned getSuggestedColor() const {

View File

@ -140,10 +140,6 @@ public:
inline void setSuggestedColor(int Col) {
if (SuggestedColor == -1)
SuggestedColor = Col;
#if 0
else if (DEBUG_RA)
std::cerr << "Already has a suggested color " << Col << "\n";
#endif
}
inline unsigned getSuggestedColor() const {