From: Uwe Hermann Date: Sun, 17 Apr 2016 12:22:37 +0000 (+0200) Subject: scpi-pps: Drop unused function prototype. X-Git-Tag: libsigrok-0.5.0~521 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=3c996d8e231eb3ae2ff37182a0c9762bcd681770 scpi-pps: Drop unused function prototype. --- diff --git a/src/hardware/scpi-pps/protocol.h b/src/hardware/scpi-pps/protocol.h index 6c84c089..f939b0d7 100644 --- a/src/hardware/scpi-pps/protocol.h +++ b/src/hardware/scpi-pps/protocol.h @@ -154,7 +154,6 @@ struct dev_context { SR_PRIV extern unsigned int num_pps_profiles; SR_PRIV extern const struct scpi_pps pps_profiles[]; -SR_PRIV const char *get_vendor(const char *raw_vendor); SR_PRIV int select_channel(const struct sr_dev_inst *sdi, struct sr_channel *ch); SR_PRIV int scpi_pps_receive_data(int fd, int revents, void *cb_data);