Skip to content

Commit 764eb93

Browse files
committed
fix compile error
1 parent b91a670 commit 764eb93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/storage/GraphStorageServiceHandler.h

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ class GraphStorageServiceHandler final : public cpp2::GraphStorageServiceSvIf {
6060
folly::Future<cpp2::ExecResponse> future_chainDeleteEdges(
6161
const cpp2::DeleteEdgesRequest& req) override;
6262

63-
folly::Future<cpp2::ScanVertexResponse> future_scanVertex(
64-
const cpp2::ScanVertexRequest& req) override;
65-
6663
folly::Future<cpp2::ScanResponse> future_scanEdge(const cpp2::ScanEdgeRequest& req) override;
6764

6865
folly::Future<cpp2::GetUUIDResp> future_getUUID(const cpp2::GetUUIDReq& req) override;

0 commit comments

Comments
 (0)