diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-02 19:27:13 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-02 19:27:13 +0000 |
commit | 84fa3f9f72e1221c5cd9e0723bffd0c4475e4914 (patch) | |
tree | 4ee9417f28243af45526b7e9857170ee269c1e19 /toolkit/modules | |
parent | 0bb464bfc13e3a0239fd268de265fc332014b385 (diff) | |
download | uxp-84fa3f9f72e1221c5cd9e0723bffd0c4475e4914.tar.gz |
Redundant code path cleanup (#1702)
Remove various obsolete configure options.
Remove Adjust SDK install tracking filth.
Remove redundant code paths in old-configure
This also optimizes linker use
Remove redundant conditional blocks.
Rewrite span.h without constexpr use.
Diffstat (limited to 'toolkit/modules')
-rw-r--r-- | toolkit/modules/AppConstants.jsm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm index 5eea04b0fb..889a38b931 100644 --- a/toolkit/modules/AppConstants.jsm +++ b/toolkit/modules/AppConstants.jsm @@ -180,13 +180,6 @@ MOZ_SAFE_BROWSING: false, #endif - MOZ_GRAPHENE: -#ifdef MOZ_GRAPHENE - true, -#else - false, -#endif - MOZ_PLACES: #ifdef MOZ_PLACES true, |