diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 12:05:19 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:00:26 +0200 |
commit | 8f40737fc7d44857a0cbd283016c19d230646c72 (patch) | |
tree | 3d7f2a2345ea333a7af72f95507a8d6e03819fd7 /build | |
parent | e7841ab5d740eb70f2975212de4a1066d8714438 (diff) | |
download | UXP-8f40737fc7d44857a0cbd283016c19d230646c72.tar UXP-8f40737fc7d44857a0cbd283016c19d230646c72.tar.gz UXP-8f40737fc7d44857a0cbd283016c19d230646c72.tar.lz UXP-8f40737fc7d44857a0cbd283016c19d230646c72.tar.xz UXP-8f40737fc7d44857a0cbd283016c19d230646c72.zip |
Issue #1319 - Remove EARLY_BETA_OR_EARLIER condition
Diffstat (limited to 'build')
-rw-r--r-- | build/defines.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/defines.sh b/build/defines.sh deleted file mode 100644 index cf98c3d8b..000000000 --- a/build/defines.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Define indicating that this build is prior to one of the early betas. To be -# unset mid-way through the beta cycle. -EARLY_BETA_OR_EARLIER= |