Skip to content

Commit

Permalink
Bug 1554078 - Remove now unnecessary STL wrapping. r=chmanchester
Browse files Browse the repository at this point in the history
Some parts of mozglue used to be STL wrapped because mozalloc used to be
a separate library, but that was changed a while ago (in bug 868814, 4
years ago), and those wrappings are not necessary anymore.

Differential Revision: https://phabricator.services.mozilla.com/D32430
  • Loading branch information
glandium committed May 29, 2019
1 parent 9e906ab commit f96efde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions mozglue/android/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ LOCAL_INCLUDES += [
'/xpcom/build',
]

DisableStlWrapping()

if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
CXXFLAGS += ['-Wno-error=shadow']

Expand Down
1 change: 0 additions & 1 deletion mozglue/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT']:
'WindowsDllBlocklist.cpp',
]

DisableStlWrapping()
OS_LIBS += [
'crypt32',
'version',
Expand Down
2 changes: 0 additions & 2 deletions mozglue/linker/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ FINAL_LIBRARY = 'mozglue'

DEFINES['IMPL_MFBT'] = True

DisableStlWrapping()

TEST_DIRS += ['tests']

if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
Expand Down

0 comments on commit f96efde

Please sign in to comment.