| Index: webrtc/system_wrappers/include/trace.h
|
| diff --git a/webrtc/system_wrappers/include/trace.h b/webrtc/system_wrappers/include/trace.h
|
| index 25a3d746c4ff312602f946f6b737bcea91dbc9e2..e3ca3c68407cfd28541119bc9e668e6e72050ad3 100644
|
| --- a/webrtc/system_wrappers/include/trace.h
|
| +++ b/webrtc/system_wrappers/include/trace.h
|
| @@ -60,9 +60,6 @@ class Trace {
|
| static int32_t SetTraceFile(const char* file_name,
|
| const bool add_file_counter = false);
|
|
|
| - // Returns the name of the file that the trace is currently writing to.
|
| - static int32_t TraceFile(char file_name[1024]);
|
| -
|
| // Registers callback to receive trace messages.
|
| // TODO(hellner): Why not use OutStream instead? Why is TraceCallback not
|
| // defined in this file?
|
|
|