gemfedwiki

gemini fedwiki proxy
git clone git://jb55.com/gemfedwiki
Log | Files | Refs | README

commit 984e9e538bdcb189cf0b03ea26d7f38aaf4bb140
parent e37abf15cdd86b412e32e34c77b27c8b77f8962d
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 27 Oct 2021 23:45:19 -0700

remove old function

Diffstat:
Mindex.js | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/index.js b/index.js @@ -25,11 +25,6 @@ function consume_while(cursor, fn) return false } -function not_space_or_bracket(c) -{ - return c !== " " && c !== "]" -} - function pull_char(cursor) { if (cursor.pos >= cursor.str.length)