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:
Nathan Froyd 2015-09-03 16:37:51 -04:00
parent aafe5d489a
commit 8502eaeea7

View File

@ -144,11 +144,6 @@ public:
}
size_t Count();
MonitorType& GetReentrantMonitor()
{
return mMonitor;
}
};
#endif // nsEventQueue_h__