Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Bug 1423802 - Remove the dummy fallible library. r=nalexander
Browse files Browse the repository at this point in the history
Bug 1423803 was attempting to remove the fallible library but didn't do
so on Android because of this bug. We can now fully retire it.
  • Loading branch information
glandium committed Dec 7, 2017
1 parent e053f97 commit 4f560e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions build/gecko_templates.mozbuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ def GeckoBinary(linkage='dependent', mozglue=None):
else:
error('`mozglue` must be "program" or "library"')

if CONFIG['MOZ_WIDGET_TOOLKIT'] and CONFIG['OS_TARGET'] == 'Android':
# Keep a dummy library until bug 1423802 is fixed.
USE_LIBS += [
'fallible',
]


@template
def GeckoProgram(name, linkage='standalone', **kwargs):
Expand Down
1 change: 0 additions & 1 deletion memory/fallible/fallible.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions memory/fallible/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@
EXPORTS.mozilla += [
'fallible.h',
]

if CONFIG['OS_TARGET'] == 'Android':
# Keep a dummy library until bug 1423802 is fixed.
Library('fallible')

SOURCES += [
'fallible.cpp',
]

0 comments on commit 4f560e6

Please sign in to comment.