Cleanup some harmless issues found by Clang

This commit is contained in:
Cameron Gutman
2014-10-18 05:18:39 -04:00
parent 841e3d9f22
commit 8a5643784e
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -83,7 +83,6 @@ static int initializeRtspRequest(PRTSP_MESSAGE msg, char* command, char* target)
static int transactRtspMessage(PRTSP_MESSAGE request, PRTSP_MESSAGE response) {
int err, ret = 0;
int offset;
PRTSP_MESSAGE responseMsg = NULL;
char* serializedMessage = NULL;
int messageLen;