Skip to content

Commit 4b53141

Browse files
committed
Remove unnecessary line
1 parent cbb9ba8 commit 4b53141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shims/time.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
136136
.unwrap();
137137
let dt_utc: DateTime<Utc> =
138138
DateTime::from_timestamp(sec_since_epoch, 0).expect("Invalid timestamp");
139-
140139
// Convert that to local time, then return the broken-down time value.
141140
let dt: DateTime<Local> = DateTime::from(dt_utc);
142141

0 commit comments

Comments
 (0)