-- 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
diff --git a/lib/cpp/src/transport/TFileTransport.cpp b/lib/cpp/src/transport/TFileTransport.cpp
index 2a8a414..56c8c92 100644
--- a/lib/cpp/src/transport/TFileTransport.cpp
+++ b/lib/cpp/src/transport/TFileTransport.cpp
@@ -752,8 +752,6 @@
     throw TTransportException(errorMsg);
   }
 
-  // TODO: Remove this once Aditya fixes search problems
-  seekToEnd();
 }
 
 void TFileTransport::getNextFlushTime(struct timespec* ts_next_flush) {