diff --git a/sys/sys/types.h b/sys/sys/types.h index bd656ded073b..a669c1338cf3 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -263,14 +263,6 @@ typedef __timer_t timer_t; #include -/* XXX should be moved to . */ -#define NBBY 8 /* number of bits in a byte */ - -/* XXX should be removed, since has this. */ -#ifndef howmany -#define howmany(x, y) (((x) + ((y) - 1U)) / (y)) -#endif - /* * These declarations belong elsewhere, but are repeated here and in * to give broken programs a better chance of working with