From 827e5b8965dd569e241a5fef1af5527b51df5d83 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès
Date: Thu, 29 Nov 2012 23:16:19 +0100
Subject: html: Remove redundant `match' pattern.

* src/guile/skribilo/engine/html.scm (&html-generic-document): Remove
  redundant pattern in `match'.  Reported by Klaus Schilling
  <schilling.klaus@web.de>.
---
 src/guile/skribilo/engine/html.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm
index f628bfa..c7484b2 100644
--- a/src/guile/skribilo/engine/html.scm
+++ b/src/guile/skribilo/engine/html.scm
@@ -1216,8 +1216,6 @@
                             (match subsections
                               ((subsections ...)
                                (fold loop footnotes subsections))
-                              (()
-                               footnotes)
                               (container
                                (append footnotes
                                        (or (container-env-get container
-- 
cgit v1.2.3