[Openmp-commits] [openmp] [OMPD] Remove deprecated/unused module that is causing error (#127434) (PR #129999)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Mar 5 23:14:30 PST 2025
https://github.com/vigbalu created https://github.com/llvm/llvm-project/pull/129999
None
>From 8ea78edc04c99b751880b566d8a78bf579931a34 Mon Sep 17 00:00:00 2001
From: Vignesh Balasubramanian <vigbalas at amd.com>
Date: Thu, 6 Mar 2025 12:37:48 +0530
Subject: [PATCH] [OMPD] Remove deprecated/unused module that is causing error
(#127434)
---
openmp/libompd/gdb-plugin/ompd/ompd_handles.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/openmp/libompd/gdb-plugin/ompd/ompd_handles.py b/openmp/libompd/gdb-plugin/ompd/ompd_handles.py
index 1929a92617415..da97a4086eee6 100644
--- a/openmp/libompd/gdb-plugin/ompd/ompd_handles.py
+++ b/openmp/libompd/gdb-plugin/ompd/ompd_handles.py
@@ -1,5 +1,4 @@
import ompdModule
-import imp
class ompd_parallel(object):
More information about the Openmp-commits
mailing list