Remove all #include <assert.h>/<cassert> and usage in Obj-C code.

This CL completes the removal of assert() and relative headers from
the codebase (excluded
//examples/objc/AppRTCMobile/third_party/SocketRocket which is in a
third_party sub-directory).

Bug: webrtc:6779
Change-Id: I93ed57168d2c0e011626873d66529488c5f484f2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/225546
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34528}
This commit is contained in:
Mirko Bonadei
2021-07-09 15:56:57 +02:00
committed by WebRTC LUCI CQ
parent 0e62f7aa98
commit 190244bb59
59 changed files with 12 additions and 67 deletions

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/tools/rtp_file_source.h"
#include <assert.h>
#include <string.h>
#ifndef WIN32
#include <netinet/in.h>