summaryrefslogtreecommitdiff
path: root/l10ntools/source/help
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-28 08:48:54 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-28 08:48:54 +0200
commitcfafcbc87caa2e463278484b3d298a97dcd92615 (patch)
tree54de6163ead8283f55fb30519b9dccd67f3d7b9c /l10ntools/source/help
parenta9732d5d2304808367e090e40d6cb864474ab2c9 (diff)
Remove some OS/2 code
Diffstat (limited to 'l10ntools/source/help')
-rw-r--r--l10ntools/source/help/HelpLinker.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index 4bcdef565e90..81a96ce37899 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -486,10 +486,8 @@ void HelpLinker::link() throw( HelpProcessingException )
if( !bExtensionMode )
{
-#ifndef OS2 // YD @TODO@ crashes libc runtime :-(
std::cout << "Making " << outputFile.native_file_string() <<
" from " << helpFiles.size() << " input files" << std::endl;
-#endif
}
// here we start our loop over the hzip files.
@@ -1060,9 +1058,7 @@ int main(int argc, char**argv)
exit(1);
}
sal_uInt32 endtime = osl_getGlobalTimer();
-#ifndef OS2 // YD @TODO@ crashes libc runtime :-(
std::cout << "time taken was " << (endtime-starttime)/1000.0 << " seconds" << std::endl;
-#endif
return 0;
}