Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: webrtc/base/sigslot.cc

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/sigslot.h ('k') | webrtc/base/sigslot_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/sigslot.cc
diff --git a/webrtc/base/sigslot.cc b/webrtc/base/sigslot.cc
deleted file mode 100644
index 2fdb214b5200f76e4503c4aa4dd92fe250312696..0000000000000000000000000000000000000000
--- a/webrtc/base/sigslot.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// sigslot.h: Signal/Slot classes
-//
-// Written by Sarah Thompson (sarah@telergy.com) 2002.
-//
-// License: Public domain. You are free to use this code however you like, with
-// the proviso that the author takes on no responsibility or liability for any
-// use.
-
-#include "webrtc/base/sigslot.h"
-
-namespace sigslot {
-
-#ifdef _SIGSLOT_HAS_POSIX_THREADS
-
-pthread_mutex_t* multi_threaded_global::get_mutex() {
- static pthread_mutex_t g_mutex = PTHREAD_MUTEX_INITIALIZER;
- return &g_mutex;
-}
-
-#endif // _SIGSLOT_HAS_POSIX_THREADS
-
-} // namespace sigslot
« no previous file with comments | « webrtc/base/sigslot.h ('k') | webrtc/base/sigslot_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698