Remove unused variable. No bug#, rs=Waldo on IRC.

This commit is contained in:
Jason Orendorff 2013-05-21 11:06:16 -05:00
parent 1fdceffe8b
commit f265754807

View File

@ -5407,8 +5407,6 @@ ScriptAnalysis::printTypes(JSContext *cx)
if (!maybeCode(offset))
continue;
jsbytecode *pc = script_->code + offset;
unsigned defCount = GetDefCount(script_, offset);
if (!defCount)
continue;