mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
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:
parent
cb6b4bd1c6
commit
67eaf73c89
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user