mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Dead functions, lint.
This commit is contained in:
@ -42,15 +42,6 @@ server_fill_environ(struct session *s, struct environ *env)
|
||||
environ_set(env, "TERM", term);
|
||||
}
|
||||
|
||||
void
|
||||
server_write_error(struct client *c, const char *msg)
|
||||
{
|
||||
struct msg_print_data printdata;
|
||||
|
||||
strlcpy(printdata.msg, msg, sizeof printdata.msg);
|
||||
server_write_client(c, MSG_ERROR, &printdata, sizeof printdata);
|
||||
}
|
||||
|
||||
void
|
||||
server_write_client(
|
||||
struct client *c, enum msgtype type, const void *buf, size_t len)
|
||||
|
Reference in New Issue
Block a user