| Index: voice_engine/statistics.cc
|
| diff --git a/voice_engine/statistics.cc b/voice_engine/statistics.cc
|
| index 15cb438dfe7e8e209509db9db015ab65461a2482..cfa7e913161371d9d4c5bbd6d3fb9be4efdee092 100644
|
| --- a/voice_engine/statistics.cc
|
| +++ b/voice_engine/statistics.cc
|
| @@ -81,18 +81,6 @@ int32_t Statistics::SetLastError(
|
| return 0;
|
| }
|
|
|
| -int32_t Statistics::LastError() const
|
| -{
|
| - int32_t ret;
|
| - {
|
| - rtc::CritScope cs(&lock_);
|
| - ret = _lastError;
|
| - }
|
| - WEBRTC_TRACE(kTraceStateInfo, kTraceVoice, VoEId(_instanceId, -1),
|
| - "LastError() => %d", ret);
|
| - return ret;
|
| -}
|
| -
|
| } // namespace voe
|
|
|
| } // namespace webrtc
|
|
|