summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/core.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/core.lisp b/core/core.lisp
deleted file mode 100644
index e42b1d2..0000000
--- a/core/core.lisp
+++ /dev/null
@@ -1,8 +0,0 @@
-;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-(declaim (optimize (speed 0) (safety 3) (debug 3)))
-
-(defpackage :ldapadmin
- (:use :cl :cl-log :hunchentoot)
- (:export :ldapadmin))
-
-(in-package :ldapadmin)