Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
latot committed Jan 16, 2016
1 parent 06d9f06 commit 68e3e6c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Core/HLE/sceAtrac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,6 @@ u32 _AtracDecodeData(int atracID, u8 *outbuf, u32 outbufPtr, u32 *SamplesNum, u3
}

static u32 sceAtracDecodeData(int atracID, u32 outAddr, u32 numSamplesAddr, u32 finishFlagAddr, u32 remainAddr) {
//int ret = -1;

// Note that outAddr being null is completely valid here, used to skip data.

u32 numSamples = 0;
Expand Down
2 changes: 0 additions & 2 deletions Core/HLE/sceNetAdhoc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ static int sceNetAdhocPdpCreate(const char *mac, u32 port, int bufferSize, u32 u
//return ERROR_NET_ADHOC_PORT_IN_USE;

// Create Internet UDP Socket
// int usocket = (int)INVALID_SOCKET;
int usocket = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
// Valid Socket produced
if (usocket != INVALID_SOCKET) {
Expand Down Expand Up @@ -1644,7 +1643,6 @@ static int sceNetAdhocPtpOpen(const char *srcmac, int sport, const char *dstmac,
// Valid Arguments
if (bufsize > 0 && rexmt_int > 0 && rexmt_cnt > 0) {
// Create Infrastructure Socket
// int tcpsocket = (int)INVALID_SOCKET;
int tcpsocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);

// Valid Socket produced
Expand Down
1 change: 0 additions & 1 deletion ext/native/ext/glew/glew.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ void* NSGLGetProcAddress (const GLubyte *name)
void* NSGLGetProcAddress (const GLubyte *name)
{
static const struct mach_header* image = NULL;
//NSSymbol symbol;
char* symbolName;
if (NULL == image)
{
Expand Down

0 comments on commit 68e3e6c

Please sign in to comment.