summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-02-11 12:21:46 +0000
committerUlrich Müller <ulm@gentoo.org>2012-02-11 12:21:46 +0000
commit8b9b76a75cdccc05f494731d67dff514b96882ef (patch)
treebe4cd8ba9e8a71f9ea5369984099774965681f97 /eclass
parentSync from Portage tree. (diff)
downloademacs-8b9b76a75cdccc05f494731d67dff514b96882ef.tar.gz
emacs-8b9b76a75cdccc05f494731d67dff514b96882ef.tar.bz2
emacs-8b9b76a75cdccc05f494731d67dff514b96882ef.zip
Delete declaration of unused variable.
svn path=/emacs-overlay/; revision=1792
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog4
-rw-r--r--eclass/elisp-common.eclass4
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index d50a6c6..a2b45e5 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -728,3 +728,7 @@
Copyright 2002-2012 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2
+
+ 11 Feb 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass:
+ Delete declaration of unused variable.
+
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 0aa22eb..33b8ade 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#
@@ -316,7 +316,7 @@ elisp-site-file-install() {
elisp-site-regen() {
local sitelisp=${ROOT}${EPREFIX}${SITELISP}
- local sf i line null="" page=$'\f'
+ local sf i null="" page=$'\f'
local -a sflist
if [[ ! -d ${sitelisp} ]]; then