From 5bf29467cae32ca2a2aba866a77c228e0b237e0e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 10 Feb 2022 09:46:40 -0600 Subject: 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. --- package.lisp | 2 -- 1 file changed, 2 deletions(-) (limited to 'package.lisp') 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 -- cgit v1.2.3