From 2ec167560d6bd1f37dc87bd2f1a3bb6aa7e45b4e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 23 Jun 2014 06:56:47 -0400 Subject: [PATCH] Remove unneeded require --- minimart/examples/chat-actor.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/minimart/examples/chat-actor.rkt b/minimart/examples/chat-actor.rkt index c354746..ecf076d 100644 --- a/minimart/examples/chat-actor.rkt +++ b/minimart/examples/chat-actor.rkt @@ -1,6 +1,5 @@ #lang minimart -(require racket/set) (require (only-in racket/string string-trim)) (require "../drivers/tcp.rkt") (require "../demand-matcher.rkt")