mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[swfinterp] Remove (at the moment) dead code
This commit is contained in:
parent
351f373865
commit
7fbf54dc62
@ -470,8 +470,7 @@ def resfunc(args):
|
|||||||
|
|
||||||
mname = self.multinames[index]
|
mname = self.multinames[index]
|
||||||
assert isinstance(obj, _AVMClass)
|
assert isinstance(obj, _AVMClass)
|
||||||
construct_method = self.extract_function(
|
|
||||||
obj, mname)
|
|
||||||
# We do not actually call the constructor for now;
|
# We do not actually call the constructor for now;
|
||||||
# we just pretend it does nothing
|
# we just pretend it does nothing
|
||||||
stack.append(obj.make_object())
|
stack.append(obj.make_object())
|
||||||
|
Loading…
Reference in New Issue
Block a user