Skip to content

Commit

Permalink
Delete unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
betallcoffee committed Aug 15, 2016
1 parent d5daf41 commit 18d9bc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pod/Classes/pili-librtmp/rtmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,6 @@ int PILI_RTMP_ReadPacket(PILI_RTMP *r, PILI_RTMPPacket *packet) {
char *header = (char *)hbuf;
int nSize, hSize, nToRead, nChunk;
int didAlloc = FALSE;
int didTestExtTimestamp = FALSE;

RTMP_Log(RTMP_LOGDEBUG2, "%s: fd=%d", __FUNCTION__, r->m_sb.sb_socket);

Expand Down

0 comments on commit 18d9bc2

Please sign in to comment.