Skip to content

Commit

Permalink
Add patchAPI/src/PatchMgr.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 266077d commit 325c424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions patchAPI/src/PatchMgr.C
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* Public Interface */

#include "PatchMgr.h"
#include "PatchObject.h"
Expand Down Expand Up @@ -94,7 +93,6 @@ PatchMgr::create(AddrSpace* as, Instrumenter* inst, PointMaker* pf) {
return ret;
}

/* Return false if no point is found */
bool
PatchMgr::removeSnippet(InstancePtr instance) {
if (instance == InstancePtr()) return false;
Expand Down

0 comments on commit 325c424

Please sign in to comment.