summaryrefslogtreecommitdiff
path: root/modules/language/python/list.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-06-04 13:36:57 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-04 13:36:57 +0200
commitb0f3aa14ae45e41671223259d9964817b8ca0488 (patch)
tree6885593df4591663f8e526750c529dd6ebb53c9b /modules/language/python/list.scm
parentf63cb2d26921bed57c2acbefd748579057ae5f28 (diff)
list: Remove scm-list.
* modules/language/python/list.scm (scm-list): Remove.
Diffstat (limited to 'modules/language/python/list.scm')
-rw-r--r--modules/language/python/list.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/language/python/list.scm b/modules/language/python/list.scm
index 2ac75c3..3f40d54 100644
--- a/modules/language/python/list.scm
+++ b/modules/language/python/list.scm
@@ -23,8 +23,6 @@
pylist pylist-listing py-reversed
py-all py-any py-reversed))
-(define scm-list list)
-
(define-method (+ (x <null>) (y <pair>))
(let lp ((l y))
(if (pair? l)