[Libreoffice-commits] core.git: sal/rtl

Tor Lillqvist tml at collabora.com
Thu Feb 11 13:51:07 UTC 2016


 sal/rtl/alloc_cache.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c962b9b62c6fe173c64dfdc90f447ba5f8b11de8
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Feb 11 15:37:56 2016 +0200

    Avoid duplicate declaration
    
    The same extern declaration is already in alloc_impl.hxx which the
    source file includes earlier.
    
    Change-Id: Idacadc8cf938d88892c99b1af3723c52fcae5298

diff --git a/sal/rtl/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx
index 464c0be..ebe1b17 100644
--- a/sal/rtl/alloc_cache.cxx
+++ b/sal/rtl/alloc_cache.cxx
@@ -29,8 +29,6 @@
 #include <string.h>
 #include <stdio.h>
 
-extern AllocMode alloc_mode;
-
 /* ================================================================= *
  *
  * cache internals.


More information about the Libreoffice-commits mailing list