From 928f6938d25c1d72ab81d75e8b67ab32e45df89c Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kodama.kitenet.net>
Date: Fri, 12 Dec 2008 15:22:43 -0500
Subject: fix redefinition of $author

---
 IkiWiki/Plugin/comments.pm | 2 --
 1 file changed, 2 deletions(-)

(limited to 'IkiWiki/Plugin')

diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index c458ea9da..972d069d5 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -403,8 +403,6 @@ sub sessioncgi ($$) { #{{{
 		$location = "$page/${comments_pagename}${i}";
 	} while (-e "$config{srcdir}/$location._comment");
 
-	my $anchor = "${comments_pagename}${i}";
-
 	my $content = "[[!_comment format=$type\n";
 
 	# FIXME: handling of double quotes probably wrong?
-- 
cgit v1.2.3