diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-25 08:47:08 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-25 08:47:08 +0100 |
commit | 73dcbdac3754ff611ccf9ad6d988936957588bd2 (patch) | |
tree | 5f88aea6081e329d45288aa9d8a52046f6028532 | |
parent | b8250c7382b86bf02927e6224c715e4921c47f6d (diff) |
WaE: remove unused variable
-rw-r--r-- | sal/osl/unx/profile.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |