Skip to content

Commit

Permalink
Update AppendVerticesExecutor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermore3 authored Sep 8, 2022
1 parent 59a6c1f commit 8e35a86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graph/executor/query/AppendVerticesExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ folly::Future<Status> AppendVerticesExecutor::appendVertices() {
return handleNullProp(av);
}


StorageClient *storageClient = qctx()->getStorageClient();
auto res = buildRequestDataSet(av);
NG_RETURN_IF_ERROR(res);
Expand Down

0 comments on commit 8e35a86

Please sign in to comment.