From 0f347c04bf1305c634b761f92ff487e831bc564c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Jun 2017 10:17:49 +0200 Subject: loplugin:unusedfields in registry..sax Change-Id: Ie0e2ecaadb49273cb4e78bc894111523940e7c8e Reviewed-on: https://gerrit.libreoffice.org/39098 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sal/osl/unx/process.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sal/osl/unx') diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx index 405322955d3d..87fedeb20e08 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -79,7 +79,6 @@ struct oslProcessImpl { struct ProcessData { const sal_Char* m_pszArgs[MAX_ARGS + 1]; - oslProcessOption m_options; const sal_Char* m_pszDir; sal_Char* m_pszEnv[MAX_ENVS + 1]; uid_t m_uid; @@ -604,7 +603,6 @@ oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, Data.m_pszArgs[i+2] = nullptr; } - Data.m_options = Options; Data.m_pszDir = (pszDirectory != nullptr) ? strdup(pszDirectory) : nullptr; if (pszEnvironments != nullptr) -- cgit