diff options
-rw-r--r-- | sys/include/sys/cdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/sys/cdefs.h b/sys/include/sys/cdefs.h index fa0c028..8ccf5cc 100644 --- a/sys/include/sys/cdefs.h +++ b/sys/include/sys/cdefs.h @@ -44,7 +44,6 @@ * Align data on a cache line boundary. This is * mostly useful for certain locks to ensure they * have their own cache line to reduce contention. - * */ #ifndef __cacheline_aligned #define __cacheline_aligned \ |