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/mozapps/update/common/updatedefines.h | |
parent | 0bb464bfc13e3a0239fd268de265fc332014b385 (diff) | |
download | UXP-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/mozapps/update/common/updatedefines.h')
-rw-r--r-- | toolkit/mozapps/update/common/updatedefines.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/mozapps/update/common/updatedefines.h b/toolkit/mozapps/update/common/updatedefines.h index 871755246..49fbde6f2 100644 --- a/toolkit/mozapps/update/common/updatedefines.h +++ b/toolkit/mozapps/update/common/updatedefines.h @@ -44,9 +44,6 @@ # define access _access # define putenv _putenv -# if defined(_MSC_VER) && _MSC_VER < 1900 -# define stat _stat -# endif # define DELETE_DIR L"tobedeleted" # define CALLBACK_BACKUP_EXT L".moz-callback" |