mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
disables unused _term_close_cb()
This commit is contained in:
parent
413b53ea16
commit
606650ab3f
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user