remove unused variable

next
Michael Stapelberg 2012-05-09 19:58:50 +02:00
parent a9b57a44a9
commit f229570bbc
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ int ipc_recv_message(int sockfd, uint32_t message_type,
fprintf(stderr, "IPC: unexpected reply type (got %d, expected %d)\n", *((uint32_t*)walk), message_type);
return -2;
}
walk += sizeof(uint32_t);
*reply = smalloc(*reply_length);