Browse Source

Unused code

Source commit: bdd75811e4cd0b63624daee1228b852aa1a8f71c
Martin Prikryl 6 years ago
parent
commit
c2c31b4339
1 changed files with 0 additions and 5 deletions
  1. 0 5
      source/putty/ssh2transport.c

+ 0 - 5
source/putty/ssh2transport.c

@@ -2086,8 +2086,3 @@ void get_macs(int * count, const struct ssh2_macalg *** amacs)
     *amacs = macs;
     *count = lenof(macs);
 }
-
-void call_ssh_timer(Backend * be)
-{
-    // TODO
-}