Bug 32395

Summary: remove unused file sys/boot/ficl/ficlstring.c
Product: Base System Reporter: haikugeek <haikugeek>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   

Description haikugeek 2001-11-30 11:50:00 UTC
	The file sys/boot/ficl/ficlstring.c is unused and unreferenced,
	please remove it from the repository via 'cvs rm.'

Fix: 

$ cvs rm ficlstring.c
	$ cvs commit
How-To-Repeat: 
	$ grep ficlstring.c *
		[ empty response: not referenced by make ]
	$ cat ficlstring.c
		[ see that there is one function: ficlStrFormat ]
	$ grep ficlStrFormat * 
		[ only one entry: in ficlstring.c ]
Comment 1 dcs freebsd_committer freebsd_triage 2001-12-03 12:07:15 UTC
State Changed
From-To: open->closed

Committed, thanks.