Baunsgaard commented on a change in pull request #1480: URL: https://github.com/apache/systemds/pull/1480#discussion_r768107796
########## File path: src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixNative.java ########## @@ -66,18 +66,12 @@ public static boolean isMatMultMemoryBound(int m1Rlen, int m1Clen, int m2Clen) { * @param k number of threads */ public static void matrixMult(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, int k) { - matrixMult(m1, m2, ret, k, true); - } - - public static void matrixMult(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, int k, boolean examSparsity) { Review comment: removed since there never was a call to this function with a false argument -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org