This commit is contained in:
Kevin Lange 2013-05-15 19:09:58 -07:00
parent 6ae6861a04
commit d9f22b293a

View File

@ -206,8 +206,6 @@ void sig_pass(int sig) {
/* Interrupt handler */
if (child) {
kill(child, sig);
} else {
fprintf(stderr, "XXX: Clear the buffer and re-render the prompt\n");
}
}