From: Philipp Hagemeister Date: Sun, 20 Jul 2014 21:37:10 +0000 (+0200) Subject: [swfinterp] Remove (at the moment) dead code X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=7fbf54dc62b43884d49d1d96854dc82a38b8b42f [swfinterp] Remove (at the moment) dead code --- diff --git a/youtube_dl/swfinterp.py b/youtube_dl/swfinterp.py index a6f4ba6e0..b63c65b20 100644 --- a/youtube_dl/swfinterp.py +++ b/youtube_dl/swfinterp.py @@ -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())