mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bug 1195767 - part 4 - remove nsEventQueue::GetReentrantMonitor; r=gerald
The last commit eliminated the only client of this method, so we can remove it now.
This commit is contained in:
parent
aafe5d489a
commit
8502eaeea7
@ -144,11 +144,6 @@ public:
|
||||
}
|
||||
|
||||
size_t Count();
|
||||
|
||||
MonitorType& GetReentrantMonitor()
|
||||
{
|
||||
return mMonitor;
|
||||
}
|
||||
};
|
||||
|
||||
#endif // nsEventQueue_h__
|
||||
|
Loading…
Reference in New Issue
Block a user