Merge remote-tracking branch 'hassaanaliw/snotr'
[youtube-dl] / youtube_dl / swfinterp.py
index a6f4ba6e0f84cf9901dd15e74b6f5c58c2a07a00..b63c65b201ec2b34c6482e8526694431041f75fe 100644 (file)
@@ -470,8 +470,7 @@ class SWFInterpreter(object):
 
                     mname = self.multinames[index]
                     assert isinstance(obj, _AVMClass)
-                    construct_method = self.extract_function(
-                        obj, mname)
+
                     # We do not actually call the constructor for now;
                     # we just pretend it does nothing
                     stack.append(obj.make_object())