diff options
Diffstat (limited to 'Analysis/RValues.cpp')
-rw-r--r-- | Analysis/RValues.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Analysis/RValues.cpp b/Analysis/RValues.cpp index bfdfe3bf45..f006ed7501 100644 --- a/Analysis/RValues.cpp +++ b/Analysis/RValues.cpp @@ -554,7 +554,7 @@ void NonLValue::print(std::ostream& Out) const { } } - +#if 0 void LValue::print(std::ostream& Out) const { switch (getSubKind()) { case lval::ConcreteIntKind: @@ -576,3 +576,4 @@ void LValue::print(std::ostream& Out) const { break; } } +#endif |