1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fixed a compile warning on debian in http11.c

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@77 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-03-04 18:16:44 +00:00
parent c270120143
commit e174990cc8

View file

@ -375,7 +375,6 @@ VALUE URIClassifier_resolve(VALUE self, VALUE uri)
struct tst *tst = NULL;
VALUE result;
unsigned char *uri_str = NULL;
unsigned char *script_name_str = NULL;
DATA_GET(self, struct tst, tst);
uri_str = (unsigned char *)StringValueCStr(uri);