From 5b4181919de0245098b481ea2ed5ecd1e7a0d83f Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Fri, 27 Jul 2007 07:04:49 +0000 Subject: [PATCH] -- remove default seekToEnd fixed search so no need for this anymore Reviewed By: jwang git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665178 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/transport/TFileTransport.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cpp/src/transport/TFileTransport.cpp b/lib/cpp/src/transport/TFileTransport.cpp index 2a8a414e..56c8c926 100644 --- a/lib/cpp/src/transport/TFileTransport.cpp +++ b/lib/cpp/src/transport/TFileTransport.cpp @@ -752,8 +752,6 @@ void TFileTransport::openLogFile() { throw TTransportException(errorMsg); } - // TODO: Remove this once Aditya fixes search problems - seekToEnd(); } void TFileTransport::getNextFlushTime(struct timespec* ts_next_flush) { -- 2.17.1