From 1e942dd0c26b0709fb8878588c072e50020eec34 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sun, 26 Mar 2023 11:31:29 -0500 Subject: Clean: double defvars --- src/dnd.lisp | 3 --- src/init.lisp | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/dnd.lisp b/src/dnd.lisp index 70edd7d..040f24a 100644 --- a/src/dnd.lisp +++ b/src/dnd.lisp @@ -2,9 +2,6 @@ (in-package #:dnd) -(defvar *config* nil - "Instance of the config class globally available.") - (defvar *dnd-arena* nil "The instance of the HTTP server") diff --git a/src/init.lisp b/src/init.lisp index d7636a6..e675ef9 100644 --- a/src/init.lisp +++ b/src/init.lisp @@ -4,7 +4,8 @@ ;;; CONFIGURATION -(defvar *config* nil) +(defvar *config* nil + "Instance of the config class globally available.") (defclass/std config () ((datastore-directory :ir :std #P"/srv/dnd/store/") -- cgit v1.2.3