corelib: remove unused #defines
Change-Id: I66c0d1a78e71cd4ac36d6761d1d9cdf36c30113d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
d5f3a9095b
commit
6833adffff
@ -62,16 +62,6 @@
|
||||
# undef truncate
|
||||
#endif
|
||||
|
||||
#ifndef LLONG_MAX
|
||||
#define LLONG_MAX qint64_C(9223372036854775807)
|
||||
#endif
|
||||
#ifndef LLONG_MIN
|
||||
#define LLONG_MIN (-LLONG_MAX - qint64_C(1))
|
||||
#endif
|
||||
#ifndef ULLONG_MAX
|
||||
#define ULLONG_MAX quint64_C(18446744073709551615)
|
||||
#endif
|
||||
|
||||
#define REHASH(a) \
|
||||
if (sl_minus_1 < sizeof(std::size_t) * CHAR_BIT) \
|
||||
hashHaystack -= std::size_t(a) << sl_minus_1; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user