mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Remove unneeded code
This commit is contained in:
parent
20fcc5e31b
commit
c79a0108a1
1 changed files with 0 additions and 4 deletions
|
|
@ -88,10 +88,6 @@ class File:
|
|||
def start_delta_calculation(self) -> None:
|
||||
sl = self.signature_loader
|
||||
assert sl is not None
|
||||
if not sl.finished:
|
||||
sl()
|
||||
if not sl.finished:
|
||||
raise ValueError('Delta signature is incomplete')
|
||||
self.state = FileState.transmitting
|
||||
self.delta_loader = delta_for_file(self.expanded_local_path, sl.signature)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue