Auto merge of #6458 - frewsxcv:unused-import, r=Ms2ger

Remove unused js::JS_ARGV import in script component



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6458)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-25 00:56:48 -06:00
commit 4c9afb2756

View file

@ -57,7 +57,7 @@ use js::jsval::{BooleanValue, DoubleValue, Int32Value, JSVal, NullValue};
use js::jsval::{PrivateValue, UInt32Value, UndefinedValue};
use js::rust::{GCMethods, ToString};
use js::glue::{WrapperNew, GetCrossCompartmentWrapper};
use js::{JS_ARGV, JS_CALLEE, JSFUN_CONSTRUCTOR, JSPROP_ENUMERATE};
use js::{JS_CALLEE, JSFUN_CONSTRUCTOR, JSPROP_ENUMERATE};
use js::{JSPROP_PERMANENT, JSPROP_READONLY};
use js;
use string_cache::{Atom, Namespace};