disables unused _term_close_cb()

This commit is contained in:
Joe Bryan 2018-12-10 12:00:22 -05:00
parent 413b53ea16
commit 606650ab3f

View File

@ -52,6 +52,10 @@ _term_alloc(uv_handle_t* had_u,
}
// XX unused, but %hook is in %zuse.
// implement or remove
//
#if 0
/* _term_close_cb(): free terminal.
*/
static void
@ -79,6 +83,7 @@ _term_close_cb(uv_handle_t* han_t)
}
free(tty_u);
}
#endif
/* u3_term_io_init(): initialize terminal.
*/