Skip to content

Commit

Permalink
Revert latest merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adamklein committed Mar 9, 2014
1 parent a1d2866 commit a693223
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion saddle-core/src/main/scala/org/saddle/time/RRule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ case class RRule private (freq: Frequency = DAILY,
* provided DateTime instance.
*/
def from(dt: DateTime): Iterator[DateTime] = {
val inzone = dt.getZone
val riter = RecurrenceIteratorFactory.createRecurrenceIterator(toICal, dt2dtv(dt), inzone.toTimeZone)

val iterWithJoins = joins.foldLeft(riter) { case (i1, (rrule, t)) =>
Expand Down
41 changes: 0 additions & 41 deletions saddle-core/src/test/scala/org/saddle/time/RRuleCheck.scala

This file was deleted.

0 comments on commit a693223

Please sign in to comment.