diff --git a/clang/include/clang/AST/PrettyPrinter.h b/clang/include/clang/AST/PrettyPrinter.h index b6768f068164b..4f4a6644b02cd 100644 --- a/clang/include/clang/AST/PrettyPrinter.h +++ b/clang/include/clang/AST/PrettyPrinter.h @@ -238,7 +238,6 @@ struct PrintingPolicy { LLVM_PREFERRED_TYPE(bool) unsigned SuppressDefaultTemplateArgs : 1; - /// When true, print template arguments that match the default argument for /// the parameter, even if they're not specified in the source. LLVM_PREFERRED_TYPE(bool)