Skip to content

Commit

Permalink
Remove vestiges of runtime functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Haines committed Dec 16, 2021
1 parent 94252b8 commit 1e47ddf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dyninstAPI_RT/h/dyninstRTExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ DLLEXPORT void DYNINSTinit();
DLLEXPORT void DYNINST_snippetBreakpoint();
DLLEXPORT void DYNINST_stopThread(void *, void *, void *, void *);
DLLEXPORT void DYNINST_stopInterProc(void *, void *, void *, void *, void *, void *);
DLLEXPORT void RThandleShadow(void *, void *, void *, void *, void *);
DLLEXPORT unsigned long RTtranslateMemory(unsigned long, unsigned long, unsigned long);
DLLEXPORT unsigned long RTtranslateMemoryShift(unsigned long, unsigned long, unsigned long);
DLLEXPORT void *DYNINSTos_malloc(size_t, void *, void *);
DLLEXPORT int DYNINSTloadLibrary(char *);

Expand Down

0 comments on commit 1e47ddf

Please sign in to comment.