summaryrefslogtreecommitdiff
path: root/kern/limits.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2014-12-10 23:18:24 +0100
committerRichard Braun <rbraun@sceen.net>2014-12-10 23:18:24 +0100
commit9f995b0cb7c5bf2908adbd164512a47e88cc551d (patch)
tree97c6fbac8c03b74b23f6a7989d10cdc983662dd7 /kern/limits.h
parent2ddd4778775c60f24ef2a235120ea54fb218f049 (diff)
kern/limits: remove unused WORD_BIT macro
Diffstat (limited to 'kern/limits.h')
-rw-r--r--kern/limits.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/limits.h b/kern/limits.h
index 64a036a2..fa468537 100644
--- a/kern/limits.h
+++ b/kern/limits.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2013 Richard Braun.
+ * Copyright (c) 2010-2014 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
#define _KERN_LIMITS_H
#define CHAR_BIT 8
-#define WORD_BIT 32
#ifdef __LP64__
#define LONG_BIT 64