Remove unused variable in http.cc
authorRyan Dahl <ry@tinyclouds.org>
Mon, 14 Sep 2009 14:34:31 +0000 (16:34 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 14 Sep 2009 14:34:31 +0000 (16:34 +0200)
src/http.cc

index d0202a0..eb82238 100644 (file)
@@ -187,8 +187,6 @@ HTTPConnection::on_body (http_parser *parser, const char *buf, size_t len)
   assert(connection->attached_);
   HandleScope scope;
 
-  Handle<Value> argv[1];
-
   // TODO each message should have their encoding.
   // don't look at the conneciton for encoding
   Local<Value> data = Encode(buf, len, connection->encoding_);