From af602f5e9f338c8ca73992ea968001151c9350db Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Wed, 7 Feb 2007 02:38:54 +0000 Subject: [PATCH] -- Remove reference to TBufferedRouter.h/cpp in Makefile Reviewed By: slee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664986 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index 45d7bfa5..9cac7d59 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -12,7 +12,6 @@ libthrift_sources = src/concurrency/Mutex.cpp \ src/concurrency/TimerManager.cpp \ src/protocol/TBinaryProtocol.cpp \ src/transport/TFileTransport.cpp \ - src/transport/TBufferedRouterTransport.cpp \ src/transport/TSocket.cpp \ src/transport/TServerSocket.cpp \ src/transport/TTransportUtils.cpp \ @@ -57,7 +56,6 @@ include_protocol_HEADERS = \ include_transportdir = $(include_thriftdir)/transport include_transport_HEADERS = \ src/transport/TFileTransport.h \ - src/transport/TBufferedRouterTransport.h \ src/transport/TServerSocket.h \ src/transport/TServerTransport.h \ src/transport/TSocket.h \ -- 2.17.1