[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
Tue Jan 10 12:08:30 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG76b468805c78: [libc++][utils] Remove unused import in `run.py` (authored by jloser).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141331/new/

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.487940.patch
Type: text/x-patch
Size: 237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230110/e32eff99/attachment.bin>


More information about the libcxx-commits mailing list