diff options
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
-rw-r--r-- | lib/Format/UnwrappedLineParser.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index ad641a29b1..e724c69eb8 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -11,9 +11,6 @@ /// \brief This file contains the implementation of the UnwrappedLineParser, /// which turns a stream of tokens into UnwrappedLines. /// -/// This is EXPERIMENTAL code under heavy development. It is not in a state yet, -/// where it can be used to format real code. -/// //===----------------------------------------------------------------------===// #define DEBUG_TYPE "format-parser" |