Usermode/liburi - (minor) Remove unused variable
authorJohn Hodge (sonata) <[email protected]>
Mon, 10 Mar 2014 23:57:18 +0000 (07:57 +0800)
committerJohn Hodge (sonata) <[email protected]>
Mon, 10 Mar 2014 23:57:18 +0000 (07:57 +0800)
Usermode/Libraries/liburi.so_src/main.c

index ca71940..1bb76f5 100644 (file)
@@ -64,7 +64,7 @@ tURI *URI_Parse(const char *String)
        // true URI
        if(tmp[0] == ':' && tmp[1] == '/' && tmp[2] == '/')
        {
-                int    hostlen, portlen, pathlen;
+                int    hostlen, portlen;
                tmp += 3;       // Eat '://'
                ret = malloc(sizeof(tURI) + protolen + 1 + strlen(tmp) + 1);
                

UCC git Repository :: git.ucc.asn.au