[swfinterp] Remove (at the moment) dead code
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 20 Jul 2014 21:37:10 +0000 (23:37 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 20 Jul 2014 21:37:10 +0000 (23:37 +0200)
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())