Commit 1a47ab6
committed
SecurityPkg/HashLibTpm2: Fix unused variable usage
I am reliably informed in tianocore#11761
that the correct fix here is not to just remove the unused assignment,
but rather to fix the line following it, which should have been using
the unused value in the way that it now does.
Fixes: tianocore@9c651ef
Signed-off-by: Mike Beaton <[email protected]>1 parent aacfbe6 commit 1a47ab6
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
590 | | - | |
591 | | - | |
| 589 | + | |
592 | 590 | | |
593 | 591 | | |
594 | 592 | | |
| |||
0 commit comments