OSDN Git Service

Prepare for release of 1.98e.
[ffftp/ffftp.git] / putty / BE_SSH.C
diff --git a/putty/BE_SSH.C b/putty/BE_SSH.C
deleted file mode 100644 (file)
index a92f1a5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*\r
- * Linking module for programs that are restricted to only using SSH\r
- * (pscp and psftp). These do not support selection of backend, but\r
- * must still have a backends[] array mentioning SSH because\r
- * settings.c will want to consult it during session load.\r
- */\r
-\r
-#include <stdio.h>\r
-#include "putty.h"\r
-\r
-const int be_default_protocol = PROT_SSH;\r
-\r
-Backend *backends[] = {\r
-    &ssh_backend,\r
-    NULL\r
-};\r