Remove unused imports.
authorDan Albert <danalbert@google.com>
Tue, 17 Aug 2021 20:03:27 +0000 (13:03 -0700)
committerDan Albert <danalbert@google.com>
Tue, 17 Aug 2021 20:04:02 +0000 (13:04 -0700)
libcxx/utils/merge_archives.py

index 2fcb474..fa0b2ee 100755 (executable)
@@ -8,9 +8,7 @@
 #===----------------------------------------------------------------------===##
 
 from argparse import ArgumentParser
-from ctypes.util import find_library
 import distutils.spawn
-import glob
 import tempfile
 import os
 import shutil