Delete unused variables

This commit is contained in:
Sebastian Huber
2013-10-30 11:18:27 +01:00
parent f3ffa87cc9
commit 486871306b

View File

@@ -48,11 +48,6 @@
#include <sys/malloc.h>
#include <sys/uio.h>
int maxproc = 32; /* XXX Used value of rtems KERN_MAXPROC */
int ngroups_max = NGROUPS_MAX; /* XXX */
uintptr_t dpcpu_off[MAXCPU];
void
critical_enter(void)
{