Browse Source

[swfinterp] Remove (at the moment) dead code

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
7fbf54dc62
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      youtube_dl/swfinterp.py

+ 1
- 2
youtube_dl/swfinterp.py View 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())


Loading…
Cancel
Save