Wireshark-commits: [Wireshark-commits] master 7940bbc: Nobody uses se_ allocations, so remove the c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 Jan 2015 21:28:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7940bbc192d91ee156dda5a91cd7dca754836882
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7940bbc by Guy Harris (guy@xxxxxxxxxxxx):

    Nobody uses se_ allocations, so remove the code for them.
    
    Don't check for se_ routines in checkAPIs; the failure to compile or
    link will suffice to catch attempts to use them.
    
    Update comments in another test script to reflect the disappearance of
    the session allocator.
    
    Change-Id: If50d953c7130f48b696bc2dd9d327bea2af49bd4
    Reviewed-on: https://code.wireshark.org/review/6638
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  d2d4cf2   Remove a couple more apparently-no-longer-necessary emem.h includes.
    adds  7940bbc   Nobody uses se_ allocations, so remove the code for them.


Summary of changes:
 epan/emem.c          |  265 +-------------------------------------------------
 epan/emem.h          |   24 -----
 epan/packet.c        |    6 --
 tools/checkAPIs.pl   |   19 +---
 tools/test-common.sh |    6 +-
 5 files changed, 4 insertions(+), 316 deletions(-)