lehitoskin / blight

Blight is a Tox client written in Racket that utilizes libtoxcore-racket
GNU General Public License v3.0
44 stars 4 forks source link

dead code in helpers.rkt #56

Closed Halfwake closed 10 years ago

Halfwake commented 10 years ago

The following functions aren't used anywhere and should be removed. If they are needed they can always be recovered from an older version of the source code. The tests should be removed too.

;helpers.rkt
setnode
delnode
any-bool
http?
https?
grab-http
lehitoskin commented 10 years ago

@Halfwake I guess that's true, but going through file history is a pain in the ass. Since some of those are actually a work in half-baked progress, I'll just comment those out and delete the rest.