projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351f373
)
[swfinterp] Remove (at the moment) dead code
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 20 Jul 2014 21:37:10 +0000
(23:37 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 20 Jul 2014 21:37:10 +0000
(23:37 +0200)
youtube_dl/swfinterp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/swfinterp.py
b/youtube_dl/swfinterp.py
index a6f4ba6e0f84cf9901dd15e74b6f5c58c2a07a00..b63c65b201ec2b34c6482e8526694431041f75fe 100644
(file)
--- 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())