Index: update_depot_tools |
diff --git a/update_depot_tools b/update_depot_tools |
index 48a8b739cb374e9a50a115e69bb99fdd6e823863..64861c3877e24edd08e5a25b755dea5efb80f706 100755 |
--- a/update_depot_tools |
+++ b/update_depot_tools |
@@ -153,7 +153,3 @@ then |
fi |
find "$base_dir" -iname "*.pyc" -exec rm -f {} \; |
- |
-# Initialize/update virtualenv. |
-cd $base_dir |
-python -u ./bootstrap/bootstrap.py --deps_file bootstrap/deps.pyl --quiet ENV |