diff options
author | Haru <haru@dotalux.com> | 2015-01-12 19:50:48 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-12 19:50:48 +0100 |
commit | 4952149c515b200cbf721f68a9bdeea11e661c5f (patch) | |
tree | e140c7c02dba462de027d02dc4b0df99e5a2b93d | |
parent | 1a76c8b6dbefbc61b1acd4863dacd23d426fa2bb (diff) | |
download | hercules-4952149c515b200cbf721f68a9bdeea11e661c5f.tar.gz hercules-4952149c515b200cbf721f68a9bdeea11e661c5f.tar.bz2 hercules-4952149c515b200cbf721f68a9bdeea11e661c5f.tar.xz hercules-4952149c515b200cbf721f68a9bdeea11e661c5f.zip |
Removed unused (re)definition of NBBY from cbasetypes.h
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | src/common/cbasetypes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index df1d364d4..3ff0db795 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -340,12 +340,6 @@ typedef char bool; #endif ////////////////////////////////////////////////////////////////////////// -// number of bits in a byte -#ifndef NBBY -#define NBBY 8 -#endif - -////////////////////////////////////////////////////////////////////////// // Additional printf specifiers #if defined(_MSC_VER) #define PRIS_PREFIX "I" |