]> sigrok.org Git - libserialport.git/commitdiff
Remove useless declaration.
authorAurelien Jacobs <redacted>
Tue, 10 Jun 2014 20:16:16 +0000 (22:16 +0200)
committerAurelien Jacobs <redacted>
Tue, 10 Jun 2014 20:17:07 +0000 (22:17 +0200)
serialport.c

index c2946a2f08c427a7a7fe5448989f88dfedefa7cb..ad7a79565e28ae637c4db67f62650fc29825adc2 100644 (file)
@@ -197,7 +197,6 @@ void (*sp_debug_handler)(const char *format, ...) = sp_default_debug_handler;
 #define TRY(x) do { int ret = x; if (ret != SP_OK) RETURN_CODEVAL(ret); } while (0)
 
 /* Helper functions. */
-static struct sp_port **list_append(struct sp_port **list, const char *portname);
 static enum sp_return get_config(struct sp_port *port, struct port_data *data,
        struct sp_port_config *config);
 static enum sp_return set_config(struct sp_port *port, struct port_data *data,