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

Unified Diff: mojo/system/core.cc

Issue 277343004: Mojo: Delete some old, unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « mojo/system/core.h ('k') | mojo/system/handle_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/core.cc
diff --git a/mojo/system/core.cc b/mojo/system/core.cc
index 49f0a9c0c68bc880b7d8717585f86c04928cb4d2..90e6d407df112ae27c9b39c906e7ab24875220cd 100644
--- a/mojo/system/core.cc
+++ b/mojo/system/core.cc
@@ -74,20 +74,6 @@ namespace system {
// - Locks at the "INF" level may not have any locks taken while they are
// held.
-Core::HandleTableEntry::HandleTableEntry()
- : busy(false) {
-}
-
-Core::HandleTableEntry::HandleTableEntry(
- const scoped_refptr<Dispatcher>& dispatcher)
- : dispatcher(dispatcher),
- busy(false) {
-}
-
-Core::HandleTableEntry::~HandleTableEntry() {
- DCHECK(!busy);
-}
-
Core::Core() {
}
« no previous file with comments | « mojo/system/core.h ('k') | mojo/system/handle_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698