webrtc/rtc_base/deprecated
Niels Möller de95329daa Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS
The former was unused, the latter is replaced with the explicit C++11
deletions. The related RTC_DISALLOW_COPY_AND_ASSIGN is left for now,
it is used in a lot more places.

Bug: None
Change-Id: I49503e7f2b9ff43c6285f8695833479bbc18c380
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185500
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32224}
2020-09-29 10:19:20 +00:00
..
recursive_critical_section.cc Rename CriticalSection to RecursiveCriticalSection. 2020-07-17 09:19:50 +00:00
recursive_critical_section.h Rename CriticalSection to RecursiveCriticalSection. 2020-07-17 09:19:50 +00:00
recursive_critical_section_unittest.cc Make MessageHandler cleanup optional. 2020-09-07 12:57:15 +00:00
signal_thread.cc
signal_thread.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
signal_thread_unittest.cc