diff options
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.h')
-rw-r--r-- | clang/lib/Format/UnwrappedLineParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Format/UnwrappedLineParser.h b/clang/lib/Format/UnwrappedLineParser.h index 93b3bfafbad..a4b5576f92d 100644 --- a/clang/lib/Format/UnwrappedLineParser.h +++ b/clang/lib/Format/UnwrappedLineParser.h @@ -129,7 +129,6 @@ private: // - if the token is '}' and closes a block, LevelDifference is -1. void nextToken(int LevelDifference = 0); void readToken(int LevelDifference = 0); - const FormatToken *getPreviousToken(); // Decides which comment tokens should be added to the current line and which // should be added as comments before the next token. |