Remove code for unused OS - AIX and such other.

This commit is contained in:
Fedor
2019-05-20 09:02:10 +03:00
parent 0ce2bdcda2
commit b9a6c8d251
84 changed files with 100 additions and 3263 deletions
+1 -3
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);