Skip to content

Commit

Permalink
rb_trap_exec has been removed since 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 12, 2019
1 parent b1ef141 commit 0d0ff82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ruby/intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ VALUE rb_f_kill(int, const VALUE*);
RETSIGTYPE (*posix_signal(int, RETSIGTYPE (*)(int)))(int);
#endif
void rb_trap_exit(void);
void rb_trap_exec(void);
const char *ruby_signal_name(int);
void ruby_default_signal(int);
/* sprintf.c */
Expand Down

0 comments on commit 0d0ff82

Please sign in to comment.