Skip to content

Commit

Permalink
Remove unused local in System.Configuration.ConfigurationManager (#40583
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wooooooood authored Aug 10, 2020
1 parent eb243f0 commit a4eba0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ private object GetPropertyValue(string propertyName)
}
}

object temp = base[propertyName];
SettingsProperty setting = Properties[propertyName];
SettingsProvider provider = setting != null ? setting.Provider : null;

Expand Down

0 comments on commit a4eba0a

Please sign in to comment.