From: Zac Medico Date: Sun, 5 Sep 2010 20:38:58 +0000 (-0700) Subject: Remove unused p_type variable in show_invalid_depstring_notice(). X-Git-Tag: v2.2_rc76~22 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5de05cd98d7b9aa07009f6e0a1d9348487839a0c;p=portage.git Remove unused p_type variable in show_invalid_depstring_notice(). --- diff --git a/pym/_emerge/show_invalid_depstring_notice.py b/pym/_emerge/show_invalid_depstring_notice.py index 6ab7727f0..a230b3152 100644 --- a/pym/_emerge/show_invalid_depstring_notice.py +++ b/pym/_emerge/show_invalid_depstring_notice.py @@ -11,7 +11,6 @@ def show_invalid_depstring_notice(parent_node, depstring, error_msg): msg1 = "\n\n!!! Invalid or corrupt dependency specification: " + \ "\n\n%s\n\n%s\n\n" % (error_msg, parent_node) - p_type = parent_node.type_name p_key = parent_node.cpv p_status = parent_node.operation msg = []