Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Andrus committed Apr 7, 2024
1 parent 790176a commit 35e74e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memento-mori.el
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ This is a floating point number based on `memento-mori-birth-date'."
(since-value (plist-get args-plist :since))
(_ (when (not (or until-value since-value))
(error ":since or :until required. Parsing %s" memento)))
(current-time-list nil)
(until-seconds (when until-value
(float-time
(time-subtract
Expand Down

0 comments on commit 35e74e2

Please sign in to comment.