1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-23 15:00:27 +00:00

Remove unused var pstatus

This commit is contained in:
sogaiu 2024-11-25 12:39:53 +09:00
parent 2bceba4a7a
commit a7d424bc81

View File

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