Remove uses of build date/time.
Uses of __DATE__ and __TIME__ are blocking deterministic Chromium builds. We're not really making use of these, and if anything they're likely to be misleading as it's impossible to distinguish between a new revision and a freshly-built old branch. R=mflodman@webrtc.org, tnakamura@webrtc.org BUG=3983 Review URL: https://webrtc-codereview.appspot.com/27039004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7635 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -553,15 +553,6 @@ void TraceImpl::WriteToFile() {
|
||||
trace_file_.Write(message, length);
|
||||
row_count_text_++;
|
||||
}
|
||||
length = AddBuildInfo(message);
|
||||
if (length != -1) {
|
||||
message[length + 1] = 0;
|
||||
message[length] = '\n';
|
||||
message[length - 1] = '\n';
|
||||
trace_file_.Write(message, length + 1);
|
||||
row_count_text_++;
|
||||
row_count_text_++;
|
||||
}
|
||||
}
|
||||
uint16_t length = length_[local_queue_active][idx];
|
||||
message_queue_[local_queue_active][idx][length] = 0;
|
||||
|
||||
Reference in New Issue
Block a user