commit | 8ff52cc7bc4e72f8967f15450aec30a6f766a3f5 | [log] [tgz] |
---|---|---|
author | mattdr <mattdr@webrtc.org> | Mon Oct 10 22:56:56 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 10 22:57:00 2016 |
tree | ba1d052af11692f02ac782346a07dd07309bb5d4 | |
parent | 8cab52db489b14552d6044232c215ab0420db4fc [diff] |
Remove useless debugging code It would be enough to say we're removing EnableSrtpDebugging because it's never called, but the story is a bit more interesting. libsrtp's debugging facilities are gated behind the reasonably-named ENABLE_DEBUGGING macro: https://chromium.googlesource.com/chromium/deps/libsrtp/+/b17c065a8a63725eca216fd461984f82c331dd07/srtp/crypto/include/err.h#186 This code was imported to WebRTC from libjingle, but neither WebRTC or Chromium ever set ENABLE_DEBUGGING. Even if someone had ever called EnableSrtpDebugging, it wouldn't have done anything. BUG=0 Review-Url: https://codereview.webrtc.org/2409513002 Cr-Commit-Position: refs/heads/master@{#14592}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.