1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-10 23:50:26 +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
commit 6535d72bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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