summaryrefslogtreecommitdiffstats
path: root/sal
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 /sal
parentSome fixes to documentation (part 1) (diff)
downloadcore-73dcbdac3754ff611ccf9ad6d988936957588bd2.tar.gz
core-73dcbdac3754ff611ccf9ad6d988936957588bd2.zip
WaE: remove unused variable
Diffstat (limited to 'sal')
-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