From 5aa4c23b8c4739b4b0a327fbbd12d446811f2af7 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 4 May 2008 21:20:42 +0200 Subject: [PATCH] normalization.c: compute_shifts: remove redundant return The old return value is passed as an argument since 5bf1034ac118d0e8b631ae8603db3cff94d7ce90 (normalization.c: skew_to_positive_orthant: properly handle unions), but the actual return statement was kept by mistake. --- normalization.c | 1 - 1 file changed, 1 deletion(-) diff --git a/normalization.c b/normalization.c index 6056166..22075be 100644 --- a/normalization.c +++ b/normalization.c @@ -187,7 +187,6 @@ static void compute_shifts(Matrix *M, unsigned nvar, Vector *shifts) else value_set_si(shifts->p[1+c], 0); } - return shifts; } /* -- 2.11.4.GIT