about summary refs log tree commit diff
path: root/youtube_dl/swfinterp.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-20 23:37:10 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-20 23:37:10 +0200
commit7fbf54dc62b43884d49d1d96854dc82a38b8b42f (patch)
tree430f4f12e9a65bb8d9fc58193a281485fde6dc6a /youtube_dl/swfinterp.py
parent351f3738656899afa625ef3bdf640aeeacae00ff (diff)
downloadyoutube-dl-7fbf54dc62b43884d49d1d96854dc82a38b8b42f.tar.gz
youtube-dl-7fbf54dc62b43884d49d1d96854dc82a38b8b42f.tar.xz
youtube-dl-7fbf54dc62b43884d49d1d96854dc82a38b8b42f.zip
[swfinterp] Remove (at the moment) dead code
Diffstat (limited to 'youtube_dl/swfinterp.py')
-rw-r--r--youtube_dl/swfinterp.py3
1 files changed, 1 insertions, 2 deletions
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())