Skip to content

Commit

Permalink
[MINOR] Fix system warnings vscode
Browse files Browse the repository at this point in the history
Closes #1579
  • Loading branch information
Baunsgaard committed Apr 19, 2022
1 parent 25c112e commit 27e36fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.apache.sysds.common.Types.FileFormat;
import org.apache.sysds.common.Types.ValueType;
import org.apache.sysds.conf.ConfigurationManager;
import org.apache.sysds.conf.DMLConfig;
import org.apache.sysds.hops.OptimizerUtils;
import org.apache.sysds.hops.fedplanner.FTypes.FType;
import org.apache.sysds.runtime.DMLRuntimeException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ private void writeInfoLog(MatrixLineagePair mo1, MatrixLineagePair mo2){
* @param outputID ID of the output
* @param ec execution context
*/
@SuppressWarnings("unused")
private void setPartialOutput(FederationMap federationMap, MatrixLineagePair mo1, MatrixLineagePair mo2,
long outputID, ExecutionContext ec){
MatrixObject out = ec.getMatrixObject(output);
Expand Down

0 comments on commit 27e36fc

Please sign in to comment.