From: Martin Ling Date: Sun, 8 Dec 2013 14:41:53 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: libserialport-0.1.0~23 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=950faaa94adf538b7381566faf5737a88d2768e5;p=libserialport.git Remove obsolete comment. --- diff --git a/serialport.c b/serialport.c index 95d9cfb..db77080 100644 --- a/serialport.c +++ b/serialport.c @@ -1582,7 +1582,6 @@ static enum sp_return set_config(struct sp_port *port, struct port_data *data, if (config->parity >= 0) { switch (config->parity) { - /* Note: There's also SPACEPARITY, MARKPARITY (unneeded so far). */ case SP_PARITY_NONE: data->dcb.Parity = NOPARITY; break;