1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-04 17:43:02 +00:00

Merge pull request #1522 from sogaiu/remove-pstatus

Remove unused var pstatus
This commit is contained in:
Calvin Rose
2024-11-25 06:15:43 -08:00
committed by GitHub

View File

@@ -2665,7 +2665,6 @@
(do
(var pindex 0)
(var pstatus nil)
(def len (length buf))
(when (= len 0)
(:eof p)