You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by hc...@apache.org on 2014/11/15 13:27:53 UTC

thrift git commit: THRIFT-2827: C++ - Remove unused tr1/functional include from ProcessorTest

Repository: thrift
Updated Branches:
  refs/heads/master e38f1e2dc -> 8c12b19eb


THRIFT-2827: C++ - Remove unused tr1/functional include from ProcessorTest

Client: C++
Patch: Aiden Scandella

This closes #267

Include was unused yet was causing compilation problems on platforms
without c++11 tr1


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8c12b19e
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/8c12b19e
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/8c12b19e

Branch: refs/heads/master
Commit: 8c12b19eb7645dc9f8a9996d6d5d3e3a0a57fa05
Parents: e38f1e2
Author: Konrad Grochowski <hc...@apache.org>
Authored: Fri Nov 14 16:49:39 2014 -0800
Committer: Konrad Grochowski <hc...@apache.org>
Committed: Sat Nov 15 12:57:23 2014 +0100

----------------------------------------------------------------------
 lib/cpp/test/processor/ProcessorTest.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/8c12b19e/lib/cpp/test/processor/ProcessorTest.cpp
----------------------------------------------------------------------
diff --git a/lib/cpp/test/processor/ProcessorTest.cpp b/lib/cpp/test/processor/ProcessorTest.cpp
index 8b806b4..eee90c7 100644
--- a/lib/cpp/test/processor/ProcessorTest.cpp
+++ b/lib/cpp/test/processor/ProcessorTest.cpp
@@ -23,7 +23,6 @@
  * implementations.
  */
 
-#include <tr1/functional>
 #include <boost/test/unit_test.hpp>
 
 #include <thrift/concurrency/PosixThreadFactory.h>