• H
    Remove unused "debug_break" debugging facility. · e2778699
    Heikki Linnakangas 提交于
    AFAICS, this code isn't used for anything. It's a debugging utility, though,
    so maybe that's intentional. I think to use this, you're supposed to modify
    the source code at some place of interest, and add a debug_break() call
    there. However, I'm not aware of anyone using that. I just insert a sleep()
    or use a gdb breakpoint for that, when I'm debugging.
    e2778699
aocsam.c 51.4 KB