Remove AIX 1st party code OS checks, part 1

Issue #186
This commit is contained in:
wolfbeast 2019-03-31 18:43:10 +02:00 committed by Roy Tam
commit 769e5dad1e
23 changed files with 1 additions and 1226 deletions

View file

@ -203,11 +203,9 @@ public:
}
}
// This method needs to be public to support older compilers (xlC_r on AIX).
// It should be called directly as this class type is reference counted.
private:
virtual ~nsThreadStartupEvent() {}
private:
NS_IMETHOD Run() override
{
ReentrantMonitorAutoEnter mon(mMon);