summaryrefslogtreecommitdiffstats
path: root/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'call.c')
-rw-r--r--call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/call.c b/call.c
index 6a3ffb9..adb8316 100644
--- a/call.c
+++ b/call.c
@@ -265,7 +265,6 @@ int ipc_call_list(struct ipc_message *message)
unsigned char count;
unsigned char index;
char *number;
- int rc;
if (message == NULL || message->data == NULL || message->size < sizeof(struct ipc_call_list_header))
return -1;