[PATCH] D155192: [clang] scan-view: Remove unused python import

Tulio Magno Quites Machado Filho via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 12:13:24 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1be4db73642f: [clang] scan-view: Remove unused python import (authored by tuliom).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155192

Files:
  clang/tools/scan-view/bin/scan-view


Index: clang/tools/scan-view/bin/scan-view
===================================================================
--- clang/tools/scan-view/bin/scan-view
+++ clang/tools/scan-view/bin/scan-view
@@ -6,7 +6,6 @@
 """
 
 import sys
-import imp
 import os
 import posixpath
 import threading


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155192.541669.patch
Type: text/x-patch
Size: 285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230718/e6a911d9/attachment.bin>


More information about the cfe-commits mailing list