From 8ea78edc04c99b751880b566d8a78bf579931a34 Mon Sep 17 00:00:00 2001 From: Vignesh Balasubramanian 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 1929a926174156..da97a4086eee6b 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):