summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.py b/update.py
index e435ced8..35797640 100755
--- a/update.py
+++ b/update.py
@@ -10,8 +10,6 @@ import shutil
import re
import datetime
-BRANCH_UPSTREAM_DEV = "goog/upstream-dev-v2"
-BRANCH_USPTREAM_RELEASE = "goog/upstream-release-v2"
TEMPORARY_TREE_CHECKOUT_DIR = ".temp_tree/"
TREE_LOCATION = "tree/"
METADATA_FILE = "METADATA"