Remove unused variable

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-03-11 08:43:24 -08:00
parent 08284275e7
commit a733aaf967

View file

@ -2108,7 +2108,7 @@ static void merge_one_cylinder(cylinder_t *a, cylinder_t *b)
*/
static void merge_cylinders(struct dive *res, struct dive *a, struct dive *b)
{
int i, last, renumber = 0;
int i, renumber = 0;
int mapping[MAX_CYLINDERS];
unsigned int used_in_a = 0, used_in_b = 0, matched = 0;