From 9884c15295f02279e9e836cc5147c91ec7b3d050 Mon Sep 17 00:00:00 2001 From: tpapp Date: Wed, 23 Jan 2013 18:11:40 +0100 Subject: [PATCH] Removed silent. --- src/macros.lisp | 6 ------ src/package.lisp | 1 - 2 files changed, 7 deletions(-) diff --git a/src/macros.lisp b/src/macros.lisp index 7131dbf..8b7ac85 100644 --- a/src/macros.lisp +++ b/src/macros.lisp @@ -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." diff --git a/src/package.lisp b/src/package.lisp index 08e20b9..1f1f7ce 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -7,7 +7,6 @@ ) (:export ;; macros - #:silent #:check-types #:define-with-multiple-bindings #:make-keyword+