diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 10:29:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:31:58 +0100 |
commit | 45aaf13b8dfc5854acff7c1d4b42bbfd7e69ac35 (patch) | |
tree | 446fa53a8b4c07c01687dcb80a2aca10a84d1fa5 /sal/osl/unx | |
parent | 630584ec35ba8ac0c2006eb6bbc12c836d94ef58 (diff) |
Remove unnecessary typedef (that introduced a reserved identifier)
Change-Id: I6d60bbf938a5e609efeb56d9c7650e83dd9bbbdb
Diffstat (limited to 'sal/osl/unx')
-rw-r--r-- | sal/osl/unx/file_volume.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx index 2d1bee26ebde..f836386465a9 100644 --- a/sal/osl/unx/file_volume.cxx +++ b/sal/osl/unx/file_volume.cxx @@ -84,12 +84,12 @@ * ******************************************************************************/ -typedef struct _oslVolumeDeviceHandleImpl +struct oslVolumeDeviceHandleImpl { sal_Char pszMountPoint[PATH_MAX]; sal_Char ident[4]; sal_uInt32 RefCount; -} oslVolumeDeviceHandleImpl; +}; /****************************************************************************** * |