aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/state.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guile/starlet/state.scm')
-rw-r--r--guile/starlet/state.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/guile/starlet/state.scm b/guile/starlet/state.scm
index a66c342..588e887 100644
--- a/guile/starlet/state.scm
+++ b/guile/starlet/state.scm
@@ -183,9 +183,7 @@
(atomic-box-ref (get-ht-box state))))
-(define-method (state-find (fix <fixture>)
- (attr <starlet-attribute>)
- (state <starlet-state>))
+(define (state-find fix attr state)
(hash-ref (atomic-box-ref (get-ht-box state))
(cons fix attr)
'no-value))