From 42bad77dc1bc7d6b13f3cec744c62e27a524cb05 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 5 Feb 2013 14:07:31 +0000
Subject: [PATCH] Don't add an additional comment before sections

The underlined titles are obvious enough clues.
---
 utils/prepare-configfile.pl | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/utils/prepare-configfile.pl b/utils/prepare-configfile.pl
index f5c9fe2b..f7483a47 100755
--- a/utils/prepare-configfile.pl
+++ b/utils/prepare-configfile.pl
@@ -42,9 +42,6 @@ sub main() {
             # Remember to underline it.
             $hit_header = 1;
             $header_len = length($_);
-
-            # Separate it from the previous section.
-            print "#\n";
         }
 
         if ($unfold_mode) {
-- 
2.49.0