diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-02-11 12:20:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-02-11 12:20:33 +0000 |
commit | 5ef97b064e31eab403ffbefb4e820b04ea9835c5 (patch) | |
tree | e0a684d17ea6268f8368c5e70bc830b036f2afe2 /eclass/elisp-common.eclass | |
parent | Stable for amd64, wrt bug #403017 (diff) | |
download | gentoo-2-5ef97b064e31eab403ffbefb4e820b04ea9835c5.tar.gz gentoo-2-5ef97b064e31eab403ffbefb4e820b04ea9835c5.tar.bz2 gentoo-2-5ef97b064e31eab403ffbefb4e820b04ea9835c5.zip |
Delete declaration of unused variable.
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index aaf86f4e150d..fc2833442137 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.78 2011/12/03 20:43:21 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.79 2012/02/11 12:20:33 ulm Exp $ # # @ECLASS: elisp-common.eclass # @MAINTAINER: @@ -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 |