projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb2d1a
)
Remove warning about fixture redefinition
author
Stelian Ionescu
<sionescu@cddr.org>
Sun, 29 Jul 2012 17:02:20 +0000
(19:02 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Sun, 29 Jul 2012 17:02:20 +0000
(19:02 +0200)
src/fixture.lisp
patch
|
blob
|
history
diff --git
a/src/fixture.lisp
b/src/fixture.lisp
index
b43cb1e
..
26e9933
100644
(file)
--- a/
src/fixture.lisp
+++ b/
src/fixture.lisp
@@
-22,11
+22,6
@@
(gethash key *fixture* default))
(defun (setf get-fixture) (value key)
- (when (gethash key *fixture*)
- (warn "Redefining ~A in deflookup-table named ~S"
- (let ((*package* (find-package :keyword)))
- (format nil "~S" key))
- 'fixture))
(setf (gethash key *fixture*) value))
(defun rem-fixture (key)