Skip to content

Commit

Permalink
Delete unnecessary variable assignment
Browse files Browse the repository at this point in the history
Closes gh-23955
  • Loading branch information
chenqimiao authored and sbrannen committed Nov 8, 2019
1 parent a6dd63f commit 9b8da04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,6 @@ protected RootBeanDefinition getMergedBeanDefinition(

if (mbd == null || mbd.stale) {
previous = mbd;
mbd = null;
if (bd.getParentName() == null) {
// Use copy of given root bean definition.
if (bd instanceof RootBeanDefinition) {
Expand Down

0 comments on commit 9b8da04

Please sign in to comment.