diff --git a/analytical_engine/core/object/fragment_wrapper.h b/analytical_engine/core/object/fragment_wrapper.h index fdc5f9f96ed9..ab29fa63c8b1 100644 --- a/analytical_engine/core/object/fragment_wrapper.h +++ b/analytical_engine/core/object/fragment_wrapper.h @@ -35,7 +35,7 @@ #include "boost/leaf/error.hpp" #include "boost/leaf/result.hpp" #include "grape/fragment/immutable_edgecut_fragment.h" -#include "grape/fragment/immutable_vertexcut_fragment.h" +// #include "grape/fragment/immutable_vertexcut_fragment.h" #include "grape/serialization/in_archive.h" #include "grape/worker/comm_spec.h" #include "vineyard/client/client.h" @@ -1095,6 +1095,7 @@ class FragmentWrapper< std::shared_ptr fragment_; }; +/* template class FragmentWrapper< grape::ImmutableVertexcutFragment> @@ -1160,6 +1161,7 @@ class FragmentWrapper< rpc::graph::GraphDefPb graph_def_; std::shared_ptr fragment_; }; +*/ #ifdef NETWORKX /**