OSDN Git Service

Prepare for release of 1.98e.
[ffftp/ffftp.git] / putty / NOTIMING.C
diff --git a/putty/NOTIMING.C b/putty/NOTIMING.C
deleted file mode 100644 (file)
index aed3e45..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*\r
- * notiming.c: stub version of timing API.\r
- * \r
- * Used in any tool which needs a subsystem linked against the\r
- * timing API but doesn't want to actually provide timing. For\r
- * example, key generation tools need the random number generator,\r
- * but they don't want the hassle of calling noise_regular() at\r
- * regular intervals - and they don't _need_ it either, since they\r
- * have their own rigorous and different means of noise collection.\r
- */\r
-\r
-#include "putty.h"\r
-\r
-long schedule_timer(int ticks, timer_fn_t fn, void *ctx)\r
-{\r
-    return 0;\r
-}\r
-\r
-void expire_timer_context(void *ctx)\r
-{\r
-}\r