Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove freelist,c and freelist.h #861

Merged
merged 6 commits into from
May 2, 2017
Merged

Commits on May 1, 2017

  1. classify: Remove unused ContextsSeen

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed May 1, 2017
    Configuration menu
    Copy the full SHA
    80fdb63 View commit details
    Browse the repository at this point in the history
  2. cutil: Remove unused code using memfree

    The case (destructor == NULL) never occurs in the current code.
    
    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed May 1, 2017
    Configuration menu
    Copy the full SHA
    ca89a11 View commit details
    Browse the repository at this point in the history
  3. training: Replace memfree by free

    free also accepts a nullptr argument, so the code can be simplified.
    
    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed May 1, 2017
    Configuration menu
    Copy the full SHA
    1d6dd03 View commit details
    Browse the repository at this point in the history
  4. classify: Replace memfree by free

    free also accepts a nullptr argument, so the code can be simplified.
    
    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed May 1, 2017
    Configuration menu
    Copy the full SHA
    e219ad1 View commit details
    Browse the repository at this point in the history
  5. cutil: Remove unused freelist.c and freelist.h

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed May 1, 2017
    Configuration menu
    Copy the full SHA
    030d29a View commit details
    Browse the repository at this point in the history
  6. Remove undefined macro MAC_OR_DOS

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed May 1, 2017
    Configuration menu
    Copy the full SHA
    6bfde5d View commit details
    Browse the repository at this point in the history