diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-02-11 15:37:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-02-11 15:50:34 +0200 |
commit | c962b9b62c6fe173c64dfdc90f447ba5f8b11de8 (patch) | |
tree | 82e67472e31330eea0df8415aaf610e24a255223 /sal/rtl | |
parent | 03c33a2521421415c4fcbbe1491dc92a1943269b (diff) |
Avoid duplicate declaration
The same extern declaration is already in alloc_impl.hxx which the
source file includes earlier.
Change-Id: Idacadc8cf938d88892c99b1af3723c52fcae5298
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/alloc_cache.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/rtl/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx index 464c0be082c8..ebe1b171355a 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. |