aboutsummaryrefslogtreecommitdiffstats
path: root/common/network
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-03-03 16:10:53 +0100
committerPierre Ossman <ossman@cendio.se>2015-03-03 16:10:53 +0100
commiteb95532f5c0e9e6891233ab7ca4d2a10e1fe1d32 (patch)
treeb4d5c282152aae6973693047318e8e1e55f955bd /common/network
parentda9a38d4e9ded0901db1bd4b6144f0213ebecea7 (diff)
downloadtigervnc-eb95532f5c0e9e6891233ab7ca4d2a10e1fe1d32.tar.gz
tigervnc-eb95532f5c0e9e6891233ab7ca4d2a10e1fe1d32.zip
Remove unused variables
Diffstat (limited to 'common/network')
-rw-r--r--common/network/TcpSocket.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/network/TcpSocket.cxx b/common/network/TcpSocket.cxx
index ef7f55db..e19f52b1 100644
--- a/common/network/TcpSocket.cxx
+++ b/common/network/TcpSocket.cxx
@@ -598,7 +598,6 @@ TcpListener::accept() {
void TcpListener::getMyAddresses(std::list<char*>* result) {
#if defined(HAVE_GETADDRINFO) && defined(HAVE_INET_PTON)
- vnc_sockaddr_t sa;
struct addrinfo *ai, *current, hints;
memset(&hints, 0, sizeof(struct addrinfo));