diff --git a/matrix.c b/matrix.c index e1da69d..0d32065 100644 --- a/matrix.c +++ b/matrix.c @@ -184,5 +184,4 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2) { Matrix errorMatrix = {0, 0, NULL}; return errorMatrix; } - //return matrix1; }