From: Michael Orlitzky <michael@orlitzky.com>
Date: Sun, 18 Oct 2020 05:22:51 +0000 (-0400)
Subject: mjo/eja/eja_element.py: remove a dead line.
X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=7a4d25a9e4be093d2452ffb1e5a9834abcb33553;p=sage.d.git

mjo/eja/eja_element.py: remove a dead line.
---

diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py
index 0f6a47c..1cf93cc 100644
--- a/mjo/eja/eja_element.py
+++ b/mjo/eja/eja_element.py
@@ -1221,7 +1221,6 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement):
             True
 
         """
-        P = self.parent()
         A = self.subalgebra_generated_by(orthonormalize_basis=True)
         result = []
         for (evalue, proj) in A(self).operator().spectral_decomposition():