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 | 5a1596dd828fe7d17d55f399465004833d0461b5 (patch) | |
tree | a8b30ce08c4c020ddd3a7a5f1461dfe4274bd99f /eclass | |
parent | Stable for amd64, wrt bug #403017 (diff) | |
download | historical-5a1596dd828fe7d17d55f399465004833d0461b5.tar.gz historical-5a1596dd828fe7d17d55f399465004833d0461b5.tar.bz2 historical-5a1596dd828fe7d17d55f399465004833d0461b5.zip |
Delete declaration of unused variable.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/elisp-common.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 360455b0cd84..d238bf805c18 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.125 2012/02/10 22:54:33 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.126 2012/02/11 12:20:33 ulm Exp $ + + 11 Feb 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass: + Delete declaration of unused variable. 10 Feb 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> python.eclass: Revert previous commit to python eclass, breaks any ebuild using 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 |