The following commit has been merged in the master branch:
commit c43933279141c86f6029f14ca4aee06fe3addcf7
Author: Andrew Deason <[email protected]>
Date:   Sat Dec 8 17:16:43 2018 -0600

    rx: Remove unneeded rxi_ReceiveDataPacket params
    
    rxi_SplitJumboPacket doesn't use its 'host', 'port', or 'first'
    arguments, and rxi_ReceiveDataPacket only uses its 'host' and 'port'
    arguments to pass to rxi_SplitJumboPacket.
    
    Remove these unused parameters from both functions. While we're
    changing rxi_SplitJumboPacket anyway, move the declaration for
    rxi_SplitJumboPacket to rx_internal.h, so it's no longer in a public
    header.
    
    This commit should have no visible impact; it is just code
    reorganization.
    
    Change-Id: I16a7f613957d8cd2d415f65fa083e11d8a13edc8
    Reviewed-on: https://gerrit.openafs.org/13602
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/rx/rx.c            |   11 ++++-------
 src/rx/rx_internal.h   |    1 +
 src/rx/rx_packet.c     |    3 +--
 src/rx/rx_prototypes.h |    3 ---
 4 files changed, 6 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to