Skip to content

Commit

Permalink
Remove prototype for non existant function
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Oct 14, 2023
1 parent 269e5d0 commit 5d4622c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BaseBin/libjailbreak/src/pplrw.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ typedef enum {
} PPLRWStatus;
extern PPLRWStatus gPPLRWStatus;

// This can be called manually to batch together multiple PPLRW operations for maximum performance
void gPPLRWQueue_dispatch(void (^block)(void));

uint64_t unsign_kptr(uint64_t a);

uint64_t phystokv(uint64_t pa);
Expand Down

0 comments on commit 5d4622c

Please sign in to comment.