Remove deadcode from depot_tools scripts

Removing some deadcode from depot_tools scripts. More follow-up CLs will
be made after this to remove more dead code.

R=sokcevic,gavinmak

Change-Id: Iad20e9e1737e49c1370248d32c6317cf2be63de4
Bug: 1475776
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4811216
Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
This commit is contained in:
Aravind Vasudevan
2023-08-24 23:52:20 +00:00
committed by LUCI CQ
parent c1c1fb626b
commit ed935cf29b
6 changed files with 3 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ from __future__ import print_function
import argparse
import collections
import metrics
import os
import subprocess2
import sys