aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-10 09:46:40 -0600
committerColin Okay <okay@toyful.space>2022-02-10 09:46:40 -0600
commit5bf29467cae32ca2a2aba866a77c228e0b237e0e (patch)
tree11b90b45c0c401ceb9be627070cac97b56df7a60 /package.lisp
parent96992c16cb786dd2efaf92e4c1da014230aea627 (diff)
decided to drop the app-state
For two reasons. 1) concurrent access to the app-state-table is non-portable and was probably added to address a specific need I found myself reaching for; 2) because lazybones is about routing, and nothing more -- all state should live elsewhere.
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index 901f569..22766cd 100644
--- a/package.lisp
+++ b/package.lisp
@@ -44,8 +44,6 @@
#:generate-app-documentation
#:provision-app
#:app
- #:app-state
- #:remove-app-state
#:canned-response
#:set-canned-response
#:create-server