diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-02 09:08:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-02 07:54:20 +0000 |
commit | 3fea7ac94b986ba5e3632d1bbb383c65ced79f1a (patch) | |
tree | 4f882b31963c0fdf87abc373ecdeb57444529048 /sal/osl | |
parent | 2db81e733610331bc0f84d72f7e49db9af92949c (diff) |
loplugin:unusedfields
Change-Id: I96634c18ba6600f8f7d5d04a162dcd7e1e312923
Reviewed-on: https://gerrit.libreoffice.org/30474
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/system.hxx | 7 | ||||
-rw-r--r-- | sal/osl/w32/system.h | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sal/osl/unx/system.hxx b/sal/osl/unx/system.hxx index ec7fa483d9a9..320b1c763710 100644 --- a/sal/osl/unx/system.hxx +++ b/sal/osl/unx/system.hxx @@ -334,13 +334,6 @@ int macxp_resolveAlias(char *path, int buflen); # define SA_FAMILY_DECL short sa_family #endif -typedef struct sockaddr_ipx { - SA_FAMILY_DECL; - char sa_netnum[4]; - char sa_nodenum[6]; - unsigned short sa_socket; -} SOCKADDR_IPX; - #define NSPROTO_IPX 1000 #define NSPROTO_SPX 1256 #define NSPROTO_SPXII 1257 diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index e461ad9c5561..4cb8b4e76539 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -81,13 +81,6 @@ # define SA_FAMILY_DECL short sa_family # endif - typedef struct sockaddr_ipx { - SA_FAMILY_DECL; - char sa_netnum[4]; - char sa_nodenum[6]; - unsigned short sa_socket; - } SOCKADDR_IPX; - # define NSPROTO_IPX 1000 # define NSPROTO_SPX 1256 # define NSPROTO_SPXII 1257 |