From: Aurelien Jacobs Date: Tue, 10 Jun 2014 20:16:16 +0000 (+0200) Subject: Remove useless declaration. X-Git-Tag: libserialport-0.1.1~131 X-Git-Url: http://sigrok.org/gitweb/?p=libserialport.git;a=commitdiff_plain;h=f095f8416453582c95f362434b5e00b26969f658 Remove useless declaration. --- diff --git a/serialport.c b/serialport.c index c2946a2..ad7a795 100644 --- a/serialport.c +++ b/serialport.c @@ -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,