1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Remove confusing comment.

This commit is contained in:
Christopher Baker 2014-07-13 09:17:27 -05:00
parent d9847ff87b
commit 24564c59d3

View File

@ -133,7 +133,7 @@ serial::list_ports()
std::string portName = port_name;
std::string friendlyName = friendly_name;
std::string hardwareId = hardware_id;
#endif // !UNICODE
#endif
PortInfo port_entry;
port_entry.port = portName;