summaryrefslogtreecommitdiffstats
path: root/toolkit/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-02 19:27:13 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-02 19:27:13 +0000
commit84fa3f9f72e1221c5cd9e0723bffd0c4475e4914 (patch)
tree4ee9417f28243af45526b7e9857170ee269c1e19 /toolkit/modules
parent0bb464bfc13e3a0239fd268de265fc332014b385 (diff)
downloadUXP-84fa3f9f72e1221c5cd9e0723bffd0c4475e4914.tar
UXP-84fa3f9f72e1221c5cd9e0723bffd0c4475e4914.tar.gz
UXP-84fa3f9f72e1221c5cd9e0723bffd0c4475e4914.tar.lz
UXP-84fa3f9f72e1221c5cd9e0723bffd0c4475e4914.tar.xz
UXP-84fa3f9f72e1221c5cd9e0723bffd0c4475e4914.zip
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.jsm7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm
index 5eea04b0f..889a38b93 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,