Skip to content
Snippets Groups Projects
Commit c6ef5017 authored by rswindell's avatar rswindell
Browse files

Eliminated unused variable warning.

parent f5bbcaa0
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,6 @@ js_sendto(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
{
char* cp;
int len;
int32 i=0;
ulong ip_addr;
ushort port;
JSString* data_str;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment