]> granicus.if.org Git - clang/commitdiff
Removed class FormatStyle, which is a struct, forward declaration from Refactoring...
authorEric Liu <ioeric@google.com>
Tue, 29 Mar 2016 18:17:11 +0000 (18:17 +0000)
committerEric Liu <ioeric@google.com>
Tue, 29 Mar 2016 18:17:11 +0000 (18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264760 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Tooling/Refactoring.h

index 3f36bbae5999cf31a8b83d84026e11fccfc7af3d..06ec8b0876293d8a6f1bc12a698e2db495207426 100644 (file)
@@ -27,12 +27,6 @@ namespace clang {
 
 class Rewriter;
 
-namespace format {
-
-class FormatStyle;
-
-} // namespace format
-
 namespace tooling {
 
 /// \brief A tool to run refactorings.