diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 751897b2dd28..c4986be6628c 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -837,8 +837,6 @@ static bool needsInstallBundledExtensionBlobs ( continue; if (aFileStat.getFileType() != ::osl::FileStatus::Regular) continue; - const sal_uInt32 nT1 (aFileStat.getModifyTime().Seconds); - const sal_uInt32 nT2 (aMarkerModifyTime.Seconds); if (aFileStat.getModifyTime().Seconds > aMarkerModifyTime.Seconds) { rDirectory.close(); |