Removed unused symbols.

Minor cleanups.
This commit is contained in:
Kees van Reeuwijk
2010-01-22 22:01:08 +00:00
parent 0cfbe936ce
commit a7cee5bec4
38 changed files with 31 additions and 102 deletions

View File

@@ -38,7 +38,7 @@ PRIVATE irq_hook_t profile_clock_hook;
*===========================================================================*/
PUBLIC void init_profile_clock(u32_t freq)
{
int r, irq;
int irq;
intr_disable();