diff --git a/Source/Core/JulianDate.js b/Source/Core/JulianDate.js index 3f3f1b3216da..750f322c0e79 100644 --- a/Source/Core/JulianDate.js +++ b/Source/Core/JulianDate.js @@ -31,7 +31,6 @@ define([ var daysInMonth = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; var daysInLeapFeburary = 29; - function compareLeapSecondDates(leapSecond, dateToFind) { return JulianDate.compare(leapSecond.julianDate, dateToFind.julianDate); }