From 9cda374e4a2136f2d96342d78026027db80fac1b Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Mon, 4 May 2026 16:34:33 -0500 Subject: [PATCH] Remove BPatch_Set BPatch_Set has been deprecated since at least 2018 and is now being removed from Dyninst. --- 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 619bd95..23e9731 100644 --- a/dyninstAPI/includes.cpp +++ b/dyninstAPI/includes.cpp @@ -18,7 +18,6 @@ #include "BPatch_object.h" #include "BPatch_point.h" #include "BPatch_process.h" -#include "BPatch_Set.h" #include "BPatch_snippet.h" #include "BPatch_sourceBlock.h" #include "BPatch_sourceObj.h" diff --git a/generic/xmas_tree.cpp b/generic/xmas_tree.cpp index b20da1c..2707992 100644 --- a/generic/xmas_tree.cpp +++ b/generic/xmas_tree.cpp @@ -33,7 +33,6 @@ #include "BPatch_object.h" #include "BPatch_point.h" #include "BPatch_process.h" -#include "BPatch_Set.h" #include "BPatch_snippet.h" #include "BPatch_sourceBlock.h" #include "BPatch_sourceObj.h"