Skip to content

Commit

Permalink
Merge pull request #205 from sogaiu/remove-unused-def
Browse files Browse the repository at this point in the history
Remove unused def
  • Loading branch information
bakpakin authored Nov 26, 2024
2 parents deda965 + 632a6ae commit 7fd743a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spork/netrepl.janet
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
(if auto-flush
(do
(set keep-flushing true)
(def f (go-nursery nurse flusher))
(go-nursery nurse flusher)
(edefer (set keep-flushing false)
(def result (x))
(set keep-flushing false)
Expand Down

0 comments on commit 7fd743a

Please sign in to comment.