about summary refs log tree commit homepage
path: root/ext/http11/http11.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http11/http11.c')
-rw-r--r--ext/http11/http11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 5dc5e09..e69d185 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -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);