summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-01-12 19:50:48 +0100
committerHaru <haru@dotalux.com>2015-01-12 19:50:48 +0100
commit4952149c515b200cbf721f68a9bdeea11e661c5f (patch)
treee140c7c02dba462de027d02dc4b0df99e5a2b93d /src/common
parent1a76c8b6dbefbc61b1acd4863dacd23d426fa2bb (diff)
downloadhercules-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>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/cbasetypes.h6
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"