aboutsummaryrefslogtreecommitdiffhomepage
path: root/keyed.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-10-27 06:57:19 -0500
committerColin Okay <colin@cicadas.surf>2022-10-27 06:57:19 -0500
commitf0eff7d9c69de2e6c7257b8d94e7deb7b89becdf (patch)
tree283dabb89380e6c976038ff701afec0a79b297ba /keyed.lisp
parent05d38ae1fba94569e1fd4f53ca3ad33c5af6e016 (diff)
Add+Move: user and model files, moved code into files
Diffstat (limited to 'keyed.lisp')
-rw-r--r--keyed.lisp6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyed.lisp b/keyed.lisp
index c9978bf..f5df135 100644
--- a/keyed.lisp
+++ b/keyed.lisp
@@ -2,8 +2,4 @@
(in-package :vampire)
-(defclass/bknr keyed ()
- ((key
- :r :std (nuid)
- :index-type string-unique-index
- :index-reader object-with-key)))
+