From e16e9b91aea77bfe196179e3544bae33bdf1d4a4 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 13 Mar 2001 22:31:56 +0000
Subject: [PATCH] removed the random seeding and persistant stuff, as both are
 already in this version!

---
 docs/TODO | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/TODO b/docs/TODO
index 7497c88e6f..7ca557d0a8 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -11,11 +11,6 @@ TODO
 
 To do for the 7.7 release:
 
- * Fix the random seeding. Add --egd-socket and --random-file options to the
-   curl client and libcurl curl_easy_setopt() interface.
-
- * Support persistant connections (fully detailed elsewhere)
-
  * Add a special connection-timeout that only goes for the connection phase.
 
 To do for the 7.8 release:
-- 
GitLab