From 8e35a86d0ccc0302b1fa68e098cbd1cabefd9d43 Mon Sep 17 00:00:00 2001 From: jimingquan Date: Thu, 8 Sep 2022 15:01:59 +0800 Subject: [PATCH] Update AppendVerticesExecutor.cpp --- src/graph/executor/query/AppendVerticesExecutor.cpp | 1 - 1 file changed, 1 deletion(-) 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);