From b31463c915572c9f3ecb3272a10367d0ccfc5b70 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Mon, 3 Dec 2001 12:07:05 +0000 Subject: [PATCH] Remove unused filed. PR: kern/32395 Submitted by: Jonathan Mini --- sys/boot/ficl/ficlstring.c | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 sys/boot/ficl/ficlstring.c diff --git a/sys/boot/ficl/ficlstring.c b/sys/boot/ficl/ficlstring.c deleted file mode 100644 index aa0917307a0..00000000000 --- a/sys/boot/ficl/ficlstring.c +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************* -** f i c l s t r i n g . c -** Forth Inspired Command Language -** ANS STRING words plus ficl extras for c-string class -** Author: John Sadler (john_sadler@alum.mit.edu) -** Created: 2 June 2000 -** -*******************************************************************/ - -/* $FreeBSD$ */ - -#ifdef TESTMAIN -#include -#else -#include -#endif -#include -#include "ficl.h" - - -/************************************************************************** - f o r m a t -** ( params... fmt-addr fmt-u dest-addr dest-u -- dest-addr dest-u ) -**************************************************************************/ - -void ficlStrFormat(FICL_VM *pVM) -{ - return; -}