Skip to content

Commit

Permalink
Remove unnecessary quri-asd and quri-test-asd packages.
Browse files Browse the repository at this point in the history
It's actually recommended against by ASDF and `quri-test' in quri's :in-order-to
is mistakenly seen in the quri-asd package, which is wrong.
  • Loading branch information
Ambrevar committed Feb 9, 2021
1 parent 67a3b69 commit d7f2720
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions quri-test.asd
Expand Up @@ -3,11 +3,6 @@
Copyright (c) 2014 Eitaro Fukamachi (e.arrows@gmail.com)
|#

(in-package :cl-user)
(defpackage quri-test-asd
(:use :cl :asdf))
(in-package :quri-test-asd)

(defsystem quri-test
:author "Eitaro Fukamachi"
:license "BSD 3-Clause"
Expand Down
5 changes: 0 additions & 5 deletions quri.asd
Expand Up @@ -7,11 +7,6 @@
Author: Eitaro Fukamachi (e.arrows@gmail.com)
|#

(in-package :cl-user)
(defpackage quri-asd
(:use :cl :asdf))
(in-package :quri-asd)

(defsystem quri
:version "0.1.0"
:author "Eitaro Fukamachi"
Expand Down

0 comments on commit d7f2720

Please sign in to comment.