Skip to content

Commit d3df660

Browse files
committed
Action is already removed automatically from registry using listener attached.
1 parent 7b7b07d commit d3df660

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/main/java/ch/cyberduck/core/threading/RegistryBackgroundAction.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,4 @@ public void init() throws BackgroundException {
5151
global.add(this);
5252
super.init();
5353
}
54-
55-
@Override
56-
public void cleanup() {
57-
global.remove(this);
58-
super.cleanup();
59-
}
6054
}

0 commit comments

Comments
 (0)