Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: voice_engine/statistics.cc

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « voice_engine/statistics.h ('k') | voice_engine/voe_base_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « voice_engine/statistics.h ('k') | voice_engine/voe_base_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698