From 1110524a7fef5cec760da02b8c414b055f939681 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 29 Mar 2016 18:17:11 +0000 Subject: [PATCH] Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264760 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Tooling/Refactoring.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/clang/Tooling/Refactoring.h b/include/clang/Tooling/Refactoring.h index 3f36bbae59..06ec8b0876 100644 --- a/include/clang/Tooling/Refactoring.h +++ b/include/clang/Tooling/Refactoring.h @@ -27,12 +27,6 @@ namespace clang { class Rewriter; -namespace format { - -class FormatStyle; - -} // namespace format - namespace tooling { /// \brief A tool to run refactorings. -- 2.40.0