MINOR: Remove unused local variable (#18410)

Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
xijiu 2025-01-07 21:25:12 +08:00 committed by GitHub
parent d8236bec44
commit 25890e99f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}