[Refactor] remove plugin folder in be since it is useless and it need fPIC tag to build and we will remove all fPIC tag in the future (#8008)

This commit is contained in:
yiguolei
2022-02-12 12:28:14 +08:00
committed by GitHub
parent 76483038f4
commit 6b9cb49779
12 changed files with 0 additions and 849 deletions

View File

@ -28,7 +28,6 @@
#include "olap/page_cache.h"
#include "olap/segment_loader.h"
#include "olap/storage_engine.h"
#include "plugin/plugin_mgr.h"
#include "runtime/broker_mgr.h"
#include "runtime/bufferpool/buffer_pool.h"
#include "runtime/bufferpool/reservation_tracker.h"
@ -130,7 +129,6 @@ Status ExecEnv::_init(const std::vector<StorePath>& store_paths) {
_stream_load_executor = new StreamLoadExecutor(this);
_routine_load_task_executor = new RoutineLoadTaskExecutor(this);
_small_file_mgr = new SmallFileMgr(this, config::small_file_dir);
_plugin_mgr = new PluginMgr();
_backend_client_cache->init_metrics("backend");
_frontend_client_cache->init_metrics("frontend");