Skip to content

Commit

Permalink
Remove unused function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Mar 15, 2024
1 parent 2bb38b9 commit a923064
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/GdbServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ class GdbServer {
* isn't one.
*/
ReplaySession::shr_ptr get_checkpoint(int checkpoint_id);
/**
* Delete the checkpoint stored as |checkpoint_id| if it exists, or do
* nothing if it doesn't exist.
*/
void delete_checkpoint(int checkpoint_id);

/**
* Handle GDB file open requests. If we can serve this read request, add
Expand Down

0 comments on commit a923064

Please sign in to comment.