Skip to content

Commit

Permalink
Remove deprecated BPatch_process::enableDumpPatchedImage (#831)
Browse files Browse the repository at this point in the history
This was deprecated by 4d83371 in 2011.
  • Loading branch information
hainest committed Oct 16, 2020
1 parent e861514 commit 03b2ab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions dyninstAPI/h/BPatch_process.h
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,6 @@ class BPATCH_DLL_EXPORT BPatch_process : public BPatch_addressSpace {
#if 0
void printDefensiveStats();
#endif
// BPatch_process::enableDumpPatchedImage
//
//
void enableDumpPatchedImage();

// BPatch_process::loadLibrary
//
Expand Down
5 changes: 0 additions & 5 deletions dyninstAPI/src/BPatch_process.C
Original file line number Diff line number Diff line change
Expand Up @@ -1077,11 +1077,6 @@ BPatch_object *BPatch_process::loadLibrary(const char *libname, bool)
return object;
}


void BPatch_process::enableDumpPatchedImage(){
// deprecated; saveTheWorld is dead. Do nothing for now; kill later.
}

void BPatch_process::setExitedViaSignal(int signalnumber)
{
exitedViaSignal = true;
Expand Down

0 comments on commit 03b2ab8

Please sign in to comment.