You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2022/04/08 07:24:42 UTC

[systemds] branch main updated: [MINOR] Remove unused import in FederationMap

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d6e65b0e7 [MINOR] Remove unused import in FederationMap
5d6e65b0e7 is described below

commit 5d6e65b0e78fa01b47fdbc4d5e5cd8bbc225c7b9
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Fri Apr 8 09:24:29 2022 +0200

    [MINOR] Remove unused import in FederationMap
---
 .../org/apache/sysds/runtime/controlprogram/federated/FederationMap.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java b/src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java
index 1642d86553..0053a8b2fe 100644
--- a/src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java
+++ b/src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java
@@ -44,7 +44,6 @@ import org.apache.sysds.runtime.controlprogram.federated.FederatedRequest.Reques
 import org.apache.sysds.runtime.instructions.cp.CPOperand;
 import org.apache.sysds.runtime.instructions.cp.ScalarObject;
 import org.apache.sysds.runtime.instructions.cp.VariableCPInstruction;
-import org.apache.sysds.runtime.instructions.InstructionUtils;
 import org.apache.sysds.runtime.lineage.LineageItem;
 import org.apache.sysds.runtime.matrix.data.FrameBlock;
 import org.apache.sysds.runtime.matrix.data.MatrixBlock;