diff --git a/casbin/enforcer.cpp b/casbin/enforcer.cpp index de790c31..f611eba1 100644 --- a/casbin/enforcer.cpp +++ b/casbin/enforcer.cpp @@ -200,7 +200,6 @@ Enforcer :: Enforcer(shared_ptr m, shared_ptr adapter) { this->model = m; this->model->PrintModel(); - this->func_map.LoadFunctionMap(); this->Initialize();