diff --git a/guix/read-print.scm b/guix/read-print.scm index 08e219e2044..63ff9ca5bda 100644 --- a/guix/read-print.scm +++ b/guix/read-print.scm @@ -82,11 +82,6 @@ (define vertical-space (record-type-constructor )) (define vertical-space-height (record-accessor 'height)) -(define (combine-vertical-space x y) - "Return vertical space as high as the combination of X and Y." - (vertical-space (+ (vertical-space-height x) - (vertical-space-height y)))) - (define canonicalize-vertical-space (let ((unit (vertical-space 1))) (lambda (space)