Skip to content

Commit

Permalink
Remove unused lj_vm_profhook() prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Mar 16, 2017
1 parent 521a874 commit e2e5689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lj_vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ LJ_ASMF void lj_vm_record(void);
LJ_ASMF void lj_vm_inshook(void);
LJ_ASMF void lj_vm_rethook(void);
LJ_ASMF void lj_vm_callhook(void);
LJ_ASMF void lj_vm_profhook(void);

/* Trace exit handling. */
LJ_ASMF void lj_vm_exit_handler(void);
Expand Down

0 comments on commit e2e5689

Please sign in to comment.