diff --git a/src/graph/executor/query/AppendVerticesExecutor.cpp b/src/graph/executor/query/AppendVerticesExecutor.cpp index 5217d29ba4a..d4fe327e763 100644 --- a/src/graph/executor/query/AppendVerticesExecutor.cpp +++ b/src/graph/executor/query/AppendVerticesExecutor.cpp @@ -31,7 +31,6 @@ folly::Future AppendVerticesExecutor::appendVertices() { return handleNullProp(av); } - StorageClient *storageClient = qctx()->getStorageClient(); auto res = buildRequestDataSet(av); NG_RETURN_IF_ERROR(res);