diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
commit | 5d409fdca92e085dad2f9c80b42f33afe4f10800 (patch) | |
tree | b662a22783a8739291f90788e18699825795a6ef /xpcom/threads | |
parent | 49a3f5a53793d75cd243936e22f99b798e84c84b (diff) | |
download | uxp-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar.gz |
Remove AIX 1st party code OS checks, part 1
Issue #186
Diffstat (limited to 'xpcom/threads')
-rw-r--r-- | xpcom/threads/nsThread.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xpcom/threads/nsThread.cpp b/xpcom/threads/nsThread.cpp index 7c1af08f48..19464f2f08 100644 --- a/xpcom/threads/nsThread.cpp +++ b/xpcom/threads/nsThread.cpp @@ -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); |