Remove AIX 1st party code OS checks, part 2

Issue #186
This commit is contained in:
wolfbeast 2019-04-01 00:11:06 +02:00 committed by Roy Tam
commit 09ad6f03c9
4 changed files with 1 additions and 14 deletions

View file

@ -1306,9 +1306,6 @@ static nsresult pref_InitInitialObjects()
"winpref.js"
#elif defined(XP_UNIX)
"unix.js"
#if defined(_AIX)
, "aix.js"
#endif
#elif defined(XP_BEOS)
"beos.js"
#endif