]> sigrok.org Git - libsigrok.git/commitdiff
scpi-pps: Drop unused function prototype.
authorUwe Hermann <redacted>
Sun, 17 Apr 2016 12:22:37 +0000 (14:22 +0200)
committerUwe Hermann <redacted>
Sun, 17 Apr 2016 12:22:37 +0000 (14:22 +0200)
src/hardware/scpi-pps/protocol.h

index 6c84c08958651750c738e52c584d825dafda7d1d..f939b0d729722ff89d7c2fd231dcac5de5e53436 100644 (file)
@@ -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);