Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 8, 2025
1 parent e1ffe78 commit 651b52a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.biglybt.pif.download.DownloadException;
import com.biglybt.pif.download.DownloadStats;
import com.biglybt.pif.ipfilter.IPBanned;
import com.biglybt.pif.ipfilter.IPFilter;
import com.biglybt.pif.messaging.Message;
import com.biglybt.pif.peers.*;
import com.biglybt.pif.tag.Tag;
Expand Down Expand Up @@ -370,7 +369,6 @@ public void handleBanListReplacement(Context ctx) {
BanListReplacementBean replacementBean = ctx.bodyAsClass(BanListReplacementBean.class);
AtomicInteger success = new AtomicInteger();
AtomicInteger failed = new AtomicInteger();
IPFilter ipFilter = pluginInterface.getIPFilter();
banList.getIPv4Trie().clear();
banList.getIPv6Trie().clear();
for (String s : replacementBean.getReplaceWith()) {
Expand Down

0 comments on commit 651b52a

Please sign in to comment.