Skip to content

Commit

Permalink
gnrc_sixlowpan: remove assertion on multiple_by_size function
Browse files Browse the repository at this point in the history
During the review of RIOT-OS#9485 [we found out][1] that an assertion in this
function was invalid. However, the documentation on this assertion
wasn't removed on that. This fixes that.

[1] RIOT-OS#9485 (comment)
  • Loading branch information
miri64 authored and llueder committed Oct 21, 2018
1 parent aa5548b commit e5750b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sys/include/net/gnrc/sixlowpan/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ void gnrc_sixlowpan_dispatch_send(gnrc_pktsnip_t *pkt, void *context,
*
* @param[in] pkt The packet to fit. Must not be NULL.
* @param[in] orig_datagram_size The original (uncompressed) datagram size.
* Must be greater or equal to the length of
* @p pkt as of `pkt->next` (i.e. without
* the @ref gnrc_netif_hdr_t).
* @param[in] netif The interface to fit @p pkt over. Must not
* be NULL.
* @param[in] page Current 6Lo dispatch parsing page
Expand Down

0 comments on commit e5750b7

Please sign in to comment.