You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ss...@apache.org on 2021/06/16 18:19:24 UTC

[systemds] branch master updated: [MINOR] cleanup in Builtins.java

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a5c2897  [MINOR] cleanup in Builtins.java
a5c2897 is described below

commit a5c289790745fcdb02de84a709c6d8ab3c2f3cd8
Author: Shafaq Siddiqi <sh...@tugraz.at>
AuthorDate: Wed Jun 16 20:18:41 2021 +0200

    [MINOR] cleanup in Builtins.java
---
 src/main/java/org/apache/sysds/common/Builtins.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sysds/common/Builtins.java b/src/main/java/org/apache/sysds/common/Builtins.java
index 8c90ab9..be3647b 100644
--- a/src/main/java/org/apache/sysds/common/Builtins.java
+++ b/src/main/java/org/apache/sysds/common/Builtins.java
@@ -124,7 +124,6 @@ public enum Builtins {
 	FRAME_SORT("frameSort", true),
 	GAUSSIAN_CLASSIFIER("gaussianClassifier", true),
 	GET_ACCURACY("getAccuracy", true),
-	GET_PERMUTATIONS("getPermutations", true),
 	GLM("glm", true),
 	GMM("gmm", true),
 	GMM_PREDICT("gmmPredict", true),