Remove some unused variables

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-01 15:41:12 -07:00
parent fe773241ee
commit 59785345f8
2 changed files with 0 additions and 2 deletions

View file

@ -168,7 +168,6 @@ void write_no_trip(struct membuffer *b, int *dive_no)
void write_trip(struct membuffer *b, dive_trip_t *trip, int *dive_no)
{
int i;
struct dive *dive;
put_format(b, "{");