aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/WhitespaceManager.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-12-19 21:10:50 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-12-19 21:10:50 +0000
commit5cc8e8e46cffb91599efc751efa20c6bdf350884 (patch)
treee641d5ca28f626af594804c34281fb46a839354e /lib/Format/WhitespaceManager.h
parente44897c30bf5763bf36b30bc19153aaa7ea47e3b (diff)
[Format] Remove dead code.
No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/WhitespaceManager.h')
-rw-r--r--lib/Format/WhitespaceManager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Format/WhitespaceManager.h b/lib/Format/WhitespaceManager.h
index 3562347a0e..f42e371830 100644
--- a/lib/Format/WhitespaceManager.h
+++ b/lib/Format/WhitespaceManager.h
@@ -41,9 +41,6 @@ public:
bool UseCRLF)
: SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {}
- /// \brief Prepares the \c WhitespaceManager for another run.
- void reset();
-
/// \brief Replaces the whitespace in front of \p Tok. Only call once for
/// each \c AnnotatedToken.
void replaceWhitespace(FormatToken &Tok, unsigned Newlines,