Skip to content

Commit 36125d9

Browse files
committed
revert useless code
1 parent 9fd6de1 commit 36125d9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

fe/fe-core/src/main/java/org/apache/doris/plugin/Plugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public void init(PluginInfo info, PluginContext ctx) throws PluginException {
4141

4242
}
4343

44-
4544
/**
4645
* invoke when the plugin uninstall
4746
*/

fe/fe-core/src/main/java/org/apache/doris/plugin/PluginMgr.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ private void removeDialectPlugin(String name) {
180180
}
181181
}
182182

183-
184-
185183
/**
186184
* Dynamic uninstall plugin.
187185
* If uninstall failed, the plugin should NOT be removed from plugin manager.

0 commit comments

Comments
 (0)