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:
parent
c270120143
commit
e174990cc8
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue