From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-411654-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RdqJr-0007bF-DQ
	for garchives@archives.gentoo.org; Thu, 22 Dec 2011 21:36:58 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7532621C207;
	Thu, 22 Dec 2011 21:36:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3FB9C21C207
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2011 21:36:48 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 908A01B402E
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2011 21:36:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 08C0F80042
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2011 21:36:47 +0000 (UTC)
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org>
Message-ID: <28992a12fea60af70285db931f4a41c932f31ae3.zmedico@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/
X-VCS-Repository: proj/portage
X-VCS-Files: pym/portage/util/_pty.py
X-VCS-Directories: pym/portage/util/
X-VCS-Committer: zmedico
X-VCS-Committer-Name: Zac Medico
X-VCS-Revision: 28992a12fea60af70285db931f4a41c932f31ae3
Date: Thu, 22 Dec 2011 21:36:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 0c364097-04c9-4ad3-b09a-05624a03d8d9
X-Archives-Hash: 0d5910c29aaf9363f201519da2d30a70

commit:     28992a12fea60af70285db931f4a41c932f31ae3
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 21:36:40 2011 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 21:36:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a=
=3Dcommit;h=3D28992a12

_pty.py: remove unused _tested_pty variable

---
 pym/portage/util/_pty.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pym/portage/util/_pty.py b/pym/portage/util/_pty.py
index efabb0a..95082cf 100644
--- a/pym/portage/util/_pty.py
+++ b/pym/portage/util/_pty.py
@@ -16,8 +16,6 @@ from portage.util import writemsg
 # _disable_openpty on Interix must *never* be True
 _disable_openpty =3D platform.system() in ("SunOS",)
=20
-_tested_pty =3D False
-
 _fbsd_test_pty =3D platform.system() =3D=3D 'FreeBSD'
=20
 def _create_pty_or_pipe(copy_term_size=3DNone):