diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-02-18 19:33:13 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-02-18 19:33:13 +0900 |
commit | 2c4b5dd968c1b2cf26b1f40502764240ad4d22d8 (patch) | |
tree | b61798cca0b750d268ef5bbcf3510a92975b7f2d /tools | |
parent | b0bb3a1bdad7aee9eab79c4ec3c155a4bbd8623f (diff) |
Removed unused variable
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index 47e4450d9fe4..75a63f7e380a 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -206,8 +206,6 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv ) } - DirEntry aEntry("."); - aEntry.ToAbs(); String aCwd(pFileNamePrefix, gsl_getSystemTextEncoding()); SvFileStream aOutStream; String aOutputFileName( pOutputFileName, gsl_getSystemTextEncoding()); |