diff options
author | Konrad Grochowski <hcorg@apache.org> | 2014-11-18 11:33:31 +0100 |
---|---|---|
committer | Konrad Grochowski <hcorg@apache.org> | 2014-11-18 11:33:31 +0100 |
commit | 240120c8434b49d1f76d207aff4e3530d3ada14b (patch) | |
tree | 98cdcc1834ff0d96ef40fe4e927aa607af5c578e /compiler/cpp/Makefile.am | |
parent | 74260aa9099c3bb209bc8e524b0e8ba603f62c41 (diff) | |
download | thrift-240120c8434b49d1f76d207aff4e3530d3ada14b.tar.gz |
Revert "THRIFT-2729: C++ - .clang-format created and applied"
This reverts commit 74260aa9099c3bb209bc8e524b0e8ba603f62c41.
Diffstat (limited to 'compiler/cpp/Makefile.am')
-rw-r--r-- | compiler/cpp/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index 559a83935..d3dadab3c 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -117,6 +117,3 @@ clean-local: $(RM) thriftl.cc thrifty.cc thrifty.h thrifty.hh version.h windows/version.h src/main.cc: version.h - -style-local: - $(CPPSTYLE_CMD) |