diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-30 00:25:58 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 16:27:44 -0800 |
commit | 3da8797e7155deb86f60af6919804f5beff4a979 (patch) | |
tree | db0df1b854333f0ac10450afad2bc093516dc7dc /libdivecomputer.c | |
parent | 8455b4b35cc7ae58b109b494c69975ac7fc404c5 (diff) | |
download | subsurface-3da8797e7155deb86f60af6919804f5beff4a979.tar.gz |
Remove unused variable
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.c')
-rw-r--r-- | libdivecomputer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdivecomputer.c b/libdivecomputer.c index a990a4fc8..199a21d62 100644 --- a/libdivecomputer.c +++ b/libdivecomputer.c @@ -700,7 +700,6 @@ static void event_cb(dc_device_t *device, dc_event_type_t event, const void *dat const dc_event_vendor_t *vendor = data; device_data_t *devdata = userdata; unsigned int serial; - char buffer[16]; switch (event) { case DC_EVENT_WAITING: |