diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 16:01:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-30 10:34:38 +0200 |
commit | ec3f72415850bd865eb030cf2b7edb55b99d4756 (patch) | |
tree | e63a41091957725506cbb107a272a9872081e3e5 /io | |
parent | d2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff) |
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'io')
-rw-r--r-- | io/source/connector/connector.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx index ae9e98f3bc58..3650ed0d357b 100644 --- a/io/source/connector/connector.hxx +++ b/io/source/connector/connector.hxx @@ -119,7 +119,6 @@ namespace stoc_connector void completeConnectionString(); ::osl::ConnectorSocket m_socket; - ::osl::SocketAddr m_addr; oslInterlockedCount m_nStatus; OUString m_sDescription; |