diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-20 18:15:51 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-20 12:40:42 +0000 |
commit | 4956fd64e1881672c4e5ba8052709ca3cc3d165f (patch) | |
tree | e54ea9423c4f448848fed12d1d808e9c51c5905d /include | |
parent | 19d08bbf704332d727cfbe8e101e7d14c62326a0 (diff) |
tools: Kill empty enum LockType
It seems unused in the first place.
Change-Id: I556ae97b86498c63315f1f1bbe8d55fdbb10c1aa
Reviewed-on: https://gerrit.libreoffice.org/32218
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/stream.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 44af335b2e0e..56be8a7419a9 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -88,8 +88,6 @@ inline SvStream& operator<<( SvStream& rStr, SvStrPtr f ); // SvLockBytes -enum LockType {}; - struct SvLockBytesStat { std::size_t nSize; |