Skip to content

Commit ac854c4

Browse files
committed
remove unused parameter
1 parent 99c7040 commit ac854c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rope.lisp

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(in-package #:rope)
22

33
(defparameter *short-leaf* 16)
4-
(defparameter *target-leaf* 80)
54
(defparameter *long-leaf* 128)
65

76
(defclass rope ()

0 commit comments

Comments
 (0)