Let it compile now, too (woops)
authorSean Bright <sean@malleable.com>
Tue, 19 Aug 2008 00:10:56 +0000 (00:10 +0000)
committerSean Bright <sean@malleable.com>
Tue, 19 Aug 2008 00:10:56 +0000 (00:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138780 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index f23c98c..b6f169f 100644 (file)
@@ -12269,7 +12269,6 @@ static int manager_show_registry(struct mansession *s, const struct message *m)
        const char *id = astman_get_header(m, "ActionID");
        char idtext[256] = "";
        int total = 0;
-       struct ast_tm tm;
 
        if (!ast_strlen_zero(id))
                snprintf(idtext, sizeof(idtext), "ActionID: %s\r\n", id);