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

@@ -24,10 +24,8 @@ import json
import argparse
import os
import pipes
import re
import subprocess
import sys
import textwrap
import git_common