mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
08284275e7
commit
a733aaf967
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue