MFsparc64: r177642

Remove sysbeep() from the non-beeping archs.
This commit is contained in:
Marius Strobl 2008-09-02 21:35:57 +00:00
parent b12572f400
commit fd9d647916
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182692

View File

@ -56,12 +56,3 @@ void
cpu_stopprofclock(void)
{
}
int
sysbeep(int pitch, int period)
{
/*
* XXX: function exists to enable RAID drivers to compile at the moment.
*/
return (0);
}