summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2016-03-29 18:17:11 +0000
committerEric Liu <ioeric@google.com>2016-03-29 18:17:11 +0000
commitff6d0d8b2e6644c9c98650ce5a5d33b025518aa4 (patch)
treeb674e1ce28898becf0a727f53b999422cb4c4269
parentb2ccba525738bdcf03ce7cb6ec87479cf91a6a18 (diff)
downloadbcm5719-llvm-ff6d0d8b2e6644c9c98650ce5a5d33b025518aa4.tar.gz
bcm5719-llvm-ff6d0d8b2e6644c9c98650ce5a5d33b025518aa4.zip
Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error.
llvm-svn: 264760
-rw-r--r--clang/include/clang/Tooling/Refactoring.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Tooling/Refactoring.h b/clang/include/clang/Tooling/Refactoring.h
index 3f36bbae599..06ec8b08762 100644
--- a/clang/include/clang/Tooling/Refactoring.h
+++ b/clang/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.
OpenPOWER on IntegriCloud