diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 12:05:19 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 12:05:19 -0500 |
commit | 254cc45c94107e127ddb0ad71ef4bb9b2c36d8f8 (patch) | |
tree | 6b048fb86c1a1359d62f25724ac1b147fcd9dde4 /build | |
parent | 2d1cf10a310b1d6ac67198a2bdfc0c4e3359949b (diff) | |
download | uxp-254cc45c94107e127ddb0ad71ef4bb9b2c36d8f8.tar.gz |
Issue mcp-graveyard/UXP#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 cf98c3d8bf..0000000000 --- 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= |