Forráskód Böngészése

Unused function

Source commit: 1824789b8415a6e13826ff175f2d00995ab56e2d
Martin Prikryl 6 éve
szülő
commit
d13eaaae98
2 módosított fájl, 0 hozzáadás és 6 törlés
  1. 0 1
      source/putty/puttyexp.h
  2. 0 5
      source/putty/ssh.c

+ 0 - 1
source/putty/puttyexp.h

@@ -5,7 +5,6 @@
 
 // from ssh.c
 
-void ssh_close(void * handle);
 int is_ssh(void * handle);
 void call_ssh_timer(void * handle);
 int get_ssh_version(void * handle);

+ 0 - 5
source/putty/ssh.c

@@ -11473,11 +11473,6 @@ const struct Backend_vtable ssh_backend = {
 
 #include "puttyexp.h"
 
-void ssh_close(void * handle)
-{
-  ssh_do_close((Ssh)handle, FALSE);
-}
-
 int is_ssh(void * handle)
 {
   Plug fn = (Plug)handle;