From 08c406bcff25ec25b6afa0a881ee0e2b2085dbc0 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 13 Aug 2015 10:38:51 -0500 Subject: [PATCH] Remove unused deps. --- net-doc/info.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-doc/info.rkt b/net-doc/info.rkt index 4fc8a1c85d..b774a5e95e 100644 --- a/net-doc/info.rkt +++ b/net-doc/info.rkt @@ -11,8 +11,6 @@ "net-lib" "racket-doc" "scribble-lib" - "unstable-contract-lib" - "unstable-doc" "web-server-doc" "web-server-lib")) (define update-implies '("net-lib"))