From f8df1936a6857c94e2c6853bc18d6d85ba414040 Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@oberon.internal.stack-effects.com>
Date: Wed, 27 Feb 2008 16:37:20 -0600
Subject: [PATCH] Fix print-banner

---
 core/listener/listener-docs.factor | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/listener/listener-docs.factor b/core/listener/listener-docs.factor
index 62db4a71a7..ca1027dbc5 100755
--- a/core/listener/listener-docs.factor
+++ b/core/listener/listener-docs.factor
@@ -38,9 +38,6 @@ HELP: listen
 { $description "Prompts for an expression on the " { $link stdio } " stream and evaluates it. On end of file, " { $link quit-flag } " is set to terminate the listener loop." }
 { $errors "If the expression input by the user throws an error, the error is printed to the " { $link stdio } " stream and the word returns normally." } ;
 
-HELP: print-banner
-{ $description "Print Factor version, operating system, and CPU architecture." } ;
-
 HELP: listener
 { $description "Prompts for expressions on the " { $link stdio } " stream and evaluates them until end of file is reached." } ;