From db354dfad541fe2edd64a618a2d7cc83a6be2b9e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 28 Jul 2018 21:27:48 +0200 Subject: the custom SAL allocator is no longer used ever since commit bc6a5d8e79e7d0e7d75ac107aa8e6aa275e434e9 Date: Wed Nov 15 16:52:44 2017 +0530 Disable custom allocator which makes FORCE_SYSALLOC redundant which makes SYS_ALLOC redundant Change-Id: I42e1d651473e7601e2280d9fb0662c89808c88f6 Reviewed-on: https://gerrit.libreoffice.org/58263 Tested-by: Jenkins Reviewed-by: Michael Meeks --- jurt/source/pipe/staticsalhack.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'jurt') diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx index a527d0965ce4..8b7e11b01049 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -8,7 +8,6 @@ */ #define DISABLE_DYNLOADING -#define FORCE_SYSALLOC #define NO_CHILD_PROCESSES #undef SAL_LOG_INFO #undef SAL_LOG_WARN -- cgit