Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jul 29, 2024
1 parent 62c0992 commit a41d3c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Sand/SandDaemon.lean
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ def DaemonState.initial : IO DaemonState := do
timers := (← IO.Mutex.new ∅)
}

partial def busyWaitTil (due : Nat) : IO Unit := do
while (← IO.monoMsNow) < due do
pure ()

def addTimer (duration : Duration) : CmdHandlerT IO Unit := do
let {clientConnectedTime, state, ..} ← read

Expand Down

0 comments on commit a41d3c5

Please sign in to comment.