Fixes linker issue with no op trace.
BUG=N/A R=henrikg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4226 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a19333954d
commit
d4ed1a3e2c
@ -12,6 +12,10 @@
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
const int Trace::kBoilerplateLength = 71;
|
||||
const int Trace::kTimestampPosition = 13;
|
||||
const int Trace::kTimestampLength = 12;
|
||||
|
||||
void Trace::CreateTrace() {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user