summaryrefslogtreecommitdiff
path: root/aws/cloudformation/utils/json.scm
diff options
context:
space:
mode:
Diffstat (limited to 'aws/cloudformation/utils/json.scm')
-rw-r--r--aws/cloudformation/utils/json.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/aws/cloudformation/utils/json.scm b/aws/cloudformation/utils/json.scm
index 11ca6bf..1b30e51 100644
--- a/aws/cloudformation/utils/json.scm
+++ b/aws/cloudformation/utils/json.scm
@@ -19,12 +19,7 @@
(define-module (aws cloudformation utils json)
#:use-module (ice-9 match)
- #:export (read-json json-assoc-ref write-json))
-
-(define (json-assoc-ref json key)
- (match (assoc-ref json key)
- (('@ . alist) alist)
- (x x)))
+ #:export (read-json write-json))
(define (json-error port)
(throw 'json-error port))