mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-19 01:46:33 +02:00
Unused variable/type nit from Thomas Adam.
This commit is contained in:
@@ -331,7 +331,7 @@ int
|
||||
server_client_assume_paste(struct session *s)
|
||||
{
|
||||
struct timeval tv;
|
||||
u_int t;
|
||||
int t;
|
||||
|
||||
if ((t = options_get_number(&s->options, "assume-paste-time")) == 0)
|
||||
return (0);
|
||||
|
Reference in New Issue
Block a user