remove unneeded variable
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 2 Jun 2020 20:35:54 +0000 (21:35 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 2 Jun 2020 20:35:54 +0000 (21:35 +0100)
src/soc/fu/compunits/test/test_branch_compunit.py

index 0c84d94b0a2a63058a835116480e799a00572ea8..cd077d6b0ba234f177cd54ec1a93b959c4e97b3a 100644 (file)
@@ -24,7 +24,6 @@ class BranchTestRunner(TestRunner):
         """naming (res) must conform to BranchFunctionUnit input regspec
         """
         res = {}
-        full_reg = yield dec2.e.read_cr_whole
 
         # CIA (PC)
         res['cia'] = sim.pc.CIA.value