profile.c: mark get_local_sac() as unused

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2015-11-07 23:13:30 +02:00 committed by Dirk Hohndel
parent a8d8ec4ae9
commit cab9870be3

View file

@ -157,6 +157,9 @@ void remember_event(const char *eventname)
evn_used++;
}
/* UNUSED! */
static int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive) __attribute__((unused));
/* Get local sac-rate (in ml/min) between entry1 and entry2 */
static int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive)
{