aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-26 23:02:09 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-26 23:02:09 +0000
commit974ad7962ed2a40ae77129cc30a8f62874423d53 (patch)
treea0e633958fd8a736505f5acfecac231f8f2620b0 /apps
parent31233a3cff9d3b63228a7d1ed6b3a60a1808a267 (diff)
Removing a pointless line. This variable was already set earlier and between then and this
line, there is no way that the values on the right side of the assignment could have changed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71953 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 42f1c8dfe..dc23120c8 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3012,7 +3012,6 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
return -1;
}
/* here is a big difference! We add one to it later */
- msgnum = newmsgs + oldmsgs;
if (option_debug > 2)
ast_log(LOG_DEBUG, "Messagecount set to %d\n",msgnum);
#else