Unused goto
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 25 Apr 2014 17:53:15 +0000 (18:53 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 25 Apr 2014 17:53:21 +0000 (18:53 +0100)
src/lib/debug.c

index 4fe749c..061980e 100644 (file)
@@ -453,7 +453,6 @@ void fr_fault(int sig)
        }
 #endif
 
-skip_backtrace:
        /* No panic action set... */
        if (panic_action[0] == '\0') {
                fprintf(log, "No panic action set\n");