diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-12 09:07:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-12 09:38:59 +0000 |
commit | 54747f3087e50c5e45ac2d051f455569d45a1c74 (patch) | |
tree | 4bd50f216d25373730ad4c54bf6898fe50a64c3d /rsc | |
parent | 9e4028b4fce0c93ae08005ae4f77c4154a42a08d (diff) |
aPathName unused
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rsc/rsc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx index 2aaf9a6c3314..a638a2ca3f3f 100644 --- a/rsc/source/rsc/rsc.cxx +++ b/rsc/source/rsc/rsc.cxx @@ -630,7 +630,6 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey ) else { RscFile * pFNTmp; - ByteString aPathName; RscDepend * pDep; RscFileInst aFileInst( pTC, lFileKey, lFileKey, finput ); |