This is an archive of the discontinued LLVM Phabricator instance.

[clang] scan-view: Remove unused python import
ClosedPublic

Authored by tuliom on Jul 13 2023, 6:02 AM.

Details

Reviewers
tbaeder
Group Reviewers
Restricted Project
Commits
rG1be4db73642f: [clang] scan-view: Remove unused python import
Summary

[clang] scan-view: Remove unused python import

Python's module imp is not being used and is not available on Python
3.12 anymore.

Diff Detail

Event Timeline

tuliom created this revision.Jul 13 2023, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 6:02 AM
tuliom requested review of this revision.Jul 13 2023, 6:02 AM
tbaeder accepted this revision.Jul 14 2023, 6:19 AM
This revision is now accepted and ready to land.Jul 14 2023, 6:19 AM
This revision was landed with ongoing or failed builds.Jul 18 2023, 12:13 PM
This revision was automatically updated to reflect the committed changes.