[libcxx-commits] [PATCH] D141331: [libc++][utils] Remove unused import in `run.py`
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 9 15:52:18 PST 2023
jloser created this revision.
jloser added reviewers: philnik, Mordante.
Herald added a subscriber: arichardson.
Herald added a project: All.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
`import sys` is unused in `libcxx/utils/run.py`: remove it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141331
Files:
libcxx/utils/run.py
Index: libcxx/utils/run.py
===================================================================
--- libcxx/utils/run.py
+++ libcxx/utils/run.py
@@ -17,7 +17,6 @@
import os
import platform
import subprocess
-import sys
def main():
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141331.487590.patch
Type: text/x-patch
Size: 237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230109/5d4def69/attachment.bin>
More information about the libcxx-commits
mailing list