From 539a4f658d2b242191d2e3221e8d836e08b2c736 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 9 May 2013 13:11:13 +0000 Subject: remove unsued variable svn path=/trunk/externals/pmpd/; revision=17124 --- pmpd_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pmpd_test.c') diff --git a/pmpd_test.c b/pmpd_test.c index c9b9ed1..a8b9121 100644 --- a/pmpd_test.c +++ b/pmpd_test.c @@ -1,6 +1,6 @@ int test_1d_mass(int i, t_pmpd *x, int argc, t_atom *argv) { - t_float tmp, tmp2; + t_float tmp; t_int j = 1; while (j < argc) { @@ -100,7 +100,7 @@ int test_1d_mass(int i, t_pmpd *x, int argc, t_atom *argv) int test_1d_link(int i, t_pmpd *x, int argc, t_atom *argv) { t_int j; - t_float tmp, tmp2; + t_float tmp; j = 1; while (j < argc) -- cgit v1.2.1