commit | edc49c1d6ef98435981d89c900374968466f30f0 | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Fri Oct 05 12:24:56 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 10 09:37:33 2018 |
tree | 8c2bc3ea59d29176438ba26e2199dddc67f07dda | |
parent | a4c8514258b6fb4b03ddcdbb675768e80086d314 [diff] |
[Cleanup] Remove unused swap function. If the need arises, please use: using std::swap; swap(a, b); which falls back to a generic std::swap. Bug: webrtc:9855 Change-Id: I819839d160fc7ae289310a13e3988cdb3f0b3086 Reviewed-on: https://webrtc-review.googlesource.com/c/104100 Commit-Queue: Yves Gerey <yvesg@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25084}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.