Wireshark-commits: [Wireshark-commits] master 4ca79e9: Remove some dead emem code.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 May 2014 15:36:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ca79e9de66ffae794e7c7ca9f838f050964e35e
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4ca79e9 by Evan Huus (eapache@xxxxxxxxx):

    Remove some dead emem code.
    
    Odds and ends that are no longer used anywhere in wireshark's codebase. It's
    slowly going away.
    
    Also internalize some code (remove header prototypes and make static) some
    functions that are only called internally to emem now.
    
    Change-Id: Ic1686a0f73c9ecaa333bc7b44a5a67a6a0369884
    Reviewed-on: https://code.wireshark.org/review/1581
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  8e37416   Fix leaking heuristic dissector names.
    adds  4ca79e9   Remove some dead emem code.


Summary of changes:
 epan/emem.c |   86 ++---------------------------------------------------------
 epan/emem.h |   66 ---------------------------------------------
 2 files changed, 2 insertions(+), 150 deletions(-)