| 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() {
|
| }
|
|
|
|
|