Skip to content

Commit 4059568

Browse files
committed
feat: remove useless variable
1 parent 4e6f640 commit 4059568

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Std/Internal/Http/Server/Connection.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ private def handle
9797

9898
let mut waitingResponse := false
9999

100-
let mut t := 0
101-
102100
while ¬machine.halted ∧ machine.writer.outputData.isEmpty do
103101
let (newMachine, step) := machine.step
104102
machine := newMachine

0 commit comments

Comments
 (0)