[DS-2911] Inspect and fix unused variables

This commit is contained in:
KevinVdV
2015-11-20 13:21:46 +01:00
parent 440c26c861
commit 3c8837ec78
46 changed files with 22 additions and 110 deletions

View File

@@ -134,8 +134,6 @@ public class SubscribeCLITool {
// Truncation will actually pass in "Midnight of yesterday in UTC", which will be,
// at least in CDT, "7pm, the day before yesterday, in my current timezone".
cal.add(Calendar.HOUR, -24);
Date thisTimeYesterday = cal.getTime();
cal.set(Calendar.HOUR_OF_DAY, 0);
cal.set(Calendar.MINUTE, 0);
cal.set(Calendar.SECOND, 0);