Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
877237a
)
-- remove default seekToEnd
author
Aditya Agarwal
<aditya@apache.org>
Fri, 27 Jul 2007 07:04:49 +0000
(07:04 +0000)
committer
Aditya Agarwal
<aditya@apache.org>
Fri, 27 Jul 2007 07:04:49 +0000
(07:04 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/cpp/src/transport/TFileTransport.cpp
b/lib/cpp/src/transport/TFileTransport.cpp
index
2a8a414
..
56c8c92
100644
(file)
--- 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) {