aboutsummaryrefslogtreecommitdiffstats
path: root/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'util.lisp')
-rw-r--r--util.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/util.lisp b/util.lisp
deleted file mode 100644
index b6fcfdb..0000000
--- a/util.lisp
+++ /dev/null
@@ -1,8 +0,0 @@
-(in-package #:scrumli)
-
-(defun start-scrumli (&key hostname (port 8080)
- (datastore 'scrumli.pg-datastore:pg-datastore)
- datastore-init)
- (setf *datastore* (apply #'make-instance datastore datastore-init))
- (init)
- (start '#:scrumli :port port :hostname hostname))