aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/lib/Format/BreakableToken.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/clang/lib/Format/BreakableToken.h')
-rw-r--r--contrib/llvm-project/clang/lib/Format/BreakableToken.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/lib/Format/BreakableToken.h b/contrib/llvm-project/clang/lib/Format/BreakableToken.h
index a6691300de3b..41b19f82e9df 100644
--- a/contrib/llvm-project/clang/lib/Format/BreakableToken.h
+++ b/contrib/llvm-project/clang/lib/Format/BreakableToken.h
@@ -436,7 +436,6 @@ private:
class BreakableLineCommentSection : public BreakableComment {
public:
BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
- unsigned OriginalStartColumn, bool FirstInLine,
bool InPPDirective, encoding::Encoding Encoding,
const FormatStyle &Style);