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

Unified Diff: webrtc/system_wrappers/include/critical_section_wrapper.h

Issue 1602203003: Remove unused ConditionVariableWrapper on POSIX platforms (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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
Index: webrtc/system_wrappers/include/critical_section_wrapper.h
diff --git a/webrtc/system_wrappers/include/critical_section_wrapper.h b/webrtc/system_wrappers/include/critical_section_wrapper.h
index b9e05a35c25d6f25c9c12b2cea346a6958045911..c22d22afdc7640227f88f3b679f6b4d888dfb583 100644
--- a/webrtc/system_wrappers/include/critical_section_wrapper.h
+++ b/webrtc/system_wrappers/include/critical_section_wrapper.h
@@ -51,9 +51,7 @@ private:
friend class ConditionVariableEventWin;
friend class ConditionVariableNativeWin;
#else
- // TODO(tommi): Remove friendness.
pthread_mutex_t mutex_;
- friend class ConditionVariablePosix;
#endif
};
« no previous file with comments | « webrtc/system_wrappers/include/condition_variable_wrapper.h ('k') | webrtc/system_wrappers/source/condition_variable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698