From c2840d8f1108841f637b2274bcfe98ec135c335a Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Wed, 25 Feb 2026 13:12:36 -0600 Subject: [PATCH] Remove BPatch_parRegion It's defunct code that has been removed. --- dyninstAPI/includes.cpp | 1 - generic/xmas_tree.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/dyninstAPI/includes.cpp b/dyninstAPI/includes.cpp index c2aea20..619bd95 100644 --- a/dyninstAPI/includes.cpp +++ b/dyninstAPI/includes.cpp @@ -16,7 +16,6 @@ #include "BPatch_memoryAccess_NP.h" #include "BPatch_module.h" #include "BPatch_object.h" -#include "BPatch_parRegion.h" #include "BPatch_point.h" #include "BPatch_process.h" #include "BPatch_Set.h" diff --git a/generic/xmas_tree.cpp b/generic/xmas_tree.cpp index 88c3654..b20da1c 100644 --- a/generic/xmas_tree.cpp +++ b/generic/xmas_tree.cpp @@ -31,7 +31,6 @@ #include "BPatch_memoryAccess_NP.h" #include "BPatch_module.h" #include "BPatch_object.h" -#include "BPatch_parRegion.h" #include "BPatch_point.h" #include "BPatch_process.h" #include "BPatch_Set.h"