[libcxx-commits] [libcxx] d42be2d - Remove unused imports.
Dan Albert via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 17 13:05:42 PDT 2021
Author: Dan Albert
Date: 2021-08-17T13:04:02-07:00
New Revision: d42be2d63ccf0cb38d218ee67746d6e108685a71
URL: https://github.com/llvm/llvm-project/commit/d42be2d63ccf0cb38d218ee67746d6e108685a71
DIFF: https://github.com/llvm/llvm-project/commit/d42be2d63ccf0cb38d218ee67746d6e108685a71.diff
LOG: Remove unused imports.
Added:
Modified:
libcxx/utils/merge_archives.py
Removed:
################################################################################
diff --git a/libcxx/utils/merge_archives.py b/libcxx/utils/merge_archives.py
index 2fcb474d3d5d..fa0b2ee68171 100755
--- a/libcxx/utils/merge_archives.py
+++ b/libcxx/utils/merge_archives.py
@@ -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
More information about the libcxx-commits
mailing list