[Libreoffice-commits] core.git: include/tools

Takeshi Abe tabe at fixedpoint.jp
Tue Dec 20 12:41:31 UTC 2016


 include/tools/stream.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4956fd64e1881672c4e5ba8052709ca3cc3d165f
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Dec 20 18:15:51 2016 +0900

    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 at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 44af335..56be8a7 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;


More information about the Libreoffice-commits mailing list