From db8715fffdeaa0edf5c037a7c422920e14440ea0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Apr 2006 20:13:59 +0000 Subject: We don't need wchar_t -> removing this to improve portability svn-id: r21595 --- common/func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/func.h') diff --git a/common/func.h b/common/func.h index 728315da0e..10c80e66f5 100644 --- a/common/func.h +++ b/common/func.h @@ -52,7 +52,6 @@ GENERATE_TRIVIAL_HASH_FUNCTOR(bool); GENERATE_TRIVIAL_HASH_FUNCTOR(char); GENERATE_TRIVIAL_HASH_FUNCTOR(signed char); GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned char); -GENERATE_TRIVIAL_HASH_FUNCTOR(wchar_t); GENERATE_TRIVIAL_HASH_FUNCTOR(short); GENERATE_TRIVIAL_HASH_FUNCTOR(int); GENERATE_TRIVIAL_HASH_FUNCTOR(long); -- cgit v1.2.3