Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Removed silent.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Jan 23, 2013
1 parent c0544ab commit 9884c15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/macros.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

(in-package #:cl-num-utils)

(defun silent (&rest arguments)
"Make arguments vanish. Used to avoid large displays/their cost in
benchmarking."
(declare (ignore arguments))
(values))

(defmacro check-types ((&rest arguments) type)
"CHECK-TYPE for multiple places of the same type. Each argument is either a
place, or a list of a place and a type-string."
Expand Down
1 change: 0 additions & 1 deletion src/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
)
(:export
;; macros
#:silent
#:check-types
#:define-with-multiple-bindings
#:make-keyword+
Expand Down

0 comments on commit 9884c15

Please sign in to comment.