diff options
author | Matt Johnston <matt@ucc.asn.au> | 2010-07-21 14:07:13 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2010-07-21 14:07:13 +0000 |
commit | af07eb115a49cb08d2dd77760160af51f8bc7277 (patch) | |
tree | 5b2811001c412c0f35f564d4b897c5a8efafdbb0 /cli-tcpfwd.c | |
parent | 66371f9920248eb444fbf5e254fcb261589dbb6d (diff) |
remove unused variable
--HG--
extra : convert_revision : 8849ec659cb45b924158cc3322390a1d3d48daef
Diffstat (limited to 'cli-tcpfwd.c')
-rw-r--r-- | cli-tcpfwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c index 63eb70e..6e451c4 100644 --- a/cli-tcpfwd.c +++ b/cli-tcpfwd.c @@ -131,7 +131,6 @@ static int cli_localtcp(const char* listenaddr, #ifdef ENABLE_CLI_REMOTETCPFWD static void send_msg_global_request_remotetcp(const char *addr, int port) { - char* listenspec = NULL; TRACE(("enter send_msg_global_request_remotetcp")) CHECKCLEARTOWRITE(); |