mirror of https://github.com/apache/kafka.git
MINOR: Remove unused local variable (#18410)
Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
d8236bec44
commit
25890e99f1
|
@ -220,7 +220,6 @@ public class LocalLog {
|
|||
* @param newConfig the new configuration to be updated to
|
||||
*/
|
||||
public void updateConfig(LogConfig newConfig) {
|
||||
LogConfig oldConfig = config;
|
||||
config = newConfig;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue