From 73dcbdac3754ff611ccf9ad6d988936957588bd2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 25 Jan 2011 08:47:08 +0100 Subject: WaE: remove unused variable --- sal/osl/unx/profile.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sal') diff --git a/sal/osl/unx/profile.c b/sal/osl/unx/profile.c index 3d3edb9ab79e..5c636a5c3e7f 100644 --- a/sal/osl/unx/profile.c +++ b/sal/osl/unx/profile.c @@ -197,11 +197,8 @@ static oslProfile SAL_CALL osl_psz_openProfile(const sal_Char *pszProfileName, o { osl_TFile* pFile; osl_TProfileImpl* pProfile; - sal_Char Filename[PATH_MAX]; sal_Bool bRet = sal_False; - Filename[0] = '\0'; - #ifdef TRACE_OSL_PROFILE OSL_TRACE("In osl_openProfile\n"); #endif -- cgit