Skip to content

Commit 0535577

Browse files
committed
cleanup
1 parent 91f1a22 commit 0535577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

procedures/integration/src/main/java/org/neo4j/gds/procedures/integration/GraphDataScienceProceduresProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ public class GraphDataScienceProceduresProvider implements ThrowingFunction<Cont
150150
@Override
151151
public GraphDataScienceProcedures apply(Context context) throws ProcedureException {
152152
var graphDatabaseService = context.graphDatabaseAPI();
153-
var dependencyResolver = graphDatabaseService.getDependencyResolver();
154153
var exporterContext = new ExporterContext.ProcedureContextWrapper(context);
155154
var kernelTransaction = kernelTransactionAccessor.getKernelTransaction(context);
156155
var procedureCallContext = context.procedureCallContext();

0 commit comments

Comments
 (0)