diff options
Diffstat (limited to 'src/legacy/package.lisp')
-rw-r--r-- | src/legacy/package.lisp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/legacy/package.lisp b/src/legacy/package.lisp deleted file mode 100644 index 3724728..0000000 --- a/src/legacy/package.lisp +++ /dev/null @@ -1,14 +0,0 @@ -;;;; package.lisp - -(defpackage #:testiere.legacy - (:use #:cl) - (:import-from #:trivia #:match) - (:export #:defun/t #:with-stubs #:with-stub)) - - - - - - - - |