summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-02-18 19:33:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-02-18 19:33:13 +0900
commit2c4b5dd968c1b2cf26b1f40502764240ad4d22d8 (patch)
treeb61798cca0b750d268ef5bbcf3510a92975b7f2d /tools
parentb0bb3a1bdad7aee9eab79c4ec3c155a4bbd8623f (diff)
Removed unused variable
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/rscdep.cxx2
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());