diff options
| -rw-r--r-- | serial/port.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/serial/port.c b/serial/port.c index 64a72ff9..22fc0129 100644 --- a/serial/port.c +++ b/serial/port.c @@ -123,9 +123,6 @@ static DBusHandlerResult port_get_info(DBusConnection *conn,  	dbus_message_iter_append_dict_entry(&dict, "address",  			DBUS_TYPE_STRING, &pbda); -	dbus_message_iter_append_dict_entry(&dict, "dev_id", -			DBUS_TYPE_INT16, &node->id); -  	dbus_message_iter_close_container(&iter, &dict);  	return send_message_and_unref(conn, reply); | 
