summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-01-25 08:47:08 +0100
committerDavid Tardon <dtardon@redhat.com>2011-01-25 08:47:08 +0100
commit73dcbdac3754ff611ccf9ad6d988936957588bd2 (patch)
tree5f88aea6081e329d45288aa9d8a52046f6028532
parentb8250c7382b86bf02927e6224c715e4921c47f6d (diff)
WaE: remove unused variable
-rw-r--r--sal/osl/unx/profile.c3
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