dhcp/trivial: remove code comment

dcbw added a comment line and submitted the patch to systemd.
The patch was merged without the comment. Remove it also from our
version, to make the file more similar to what systemd has.
This commit is contained in:
Thomas Haller 2015-02-02 12:31:31 +01:00
parent 7afb63ca34
commit d568e539a6

View file

@ -415,8 +415,6 @@ static int client_message_init(sd_dhcp_client *client, DHCPPacket **ret,
assert(_optoffset);
assert(type == DHCP_DISCOVER || type == DHCP_REQUEST);
/* See RFC2131 section 4.4.1 */
optlen = DHCP_MIN_OPTIONS_SIZE;
size = sizeof(DHCPPacket) + optlen;