1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-02 10:42:24 +00:00

Remove unused var pstatus

This commit is contained in:
sogaiu
2024-11-25 12:39:53 +09:00
parent 2bceba4a7a
commit a7d424bc81
-1
View File
@@ -2665,7 +2665,6 @@
(do
(var pindex 0)
(var pstatus nil)
(def len (length buf))
(when (= len 0)
(:eof p)