diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-27 00:19:35 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-27 00:19:35 +0000 |
commit | abd7c3284e9370d99266b50b2ca1481782e1805d (patch) | |
tree | 4d4fec6956fa947a09af0491c46fc1acb697277d /libs | |
parent | c3be2347dcba18d6d3786824ce3f1f8fa0bca9b7 (diff) | |
download | aura-central-abd7c3284e9370d99266b50b2ca1481782e1805d.tar.gz |
Issue %3014 - Part 4: Remove MOZ_WEBRTC_ASSERT_ALWAYS
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sctp/datachannel/DataChannel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/sctp/datachannel/DataChannel.cpp b/libs/sctp/datachannel/DataChannel.cpp index dfc993b10..6bdd178b8 100644 --- a/libs/sctp/datachannel/DataChannel.cpp +++ b/libs/sctp/datachannel/DataChannel.cpp @@ -55,8 +55,6 @@ // Let us turn on and off important assertions in non-debug builds #ifdef DEBUG #define ASSERT_WEBRTC(x) MOZ_ASSERT((x)) -#elif defined(MOZ_WEBRTC_ASSERT_ALWAYS) -#define ASSERT_WEBRTC(x) do { if (!(x)) { MOZ_CRASH(); } } while (0) #endif static bool sctp_initialized; |