Переглянути джерело

Unused function

Source commit: 1824789b8415a6e13826ff175f2d00995ab56e2d
Martin Prikryl 6 роки тому
батько
коміт
d13eaaae98
2 змінених файлів з 0 додано та 6 видалено
  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;