From 2d92361a1c279b3982fc7038f5e872dadc2590f6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Oct 2008 03:14:07 +0200 Subject: Remove unused data type schar. If we really need this, it should probably be typedeffed to int8_t. --- source3/include/includes.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index 85a316bd39..37ffee9223 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -310,12 +310,6 @@ typedef int VOLATILE SIG_ATOMIC_T; #define uchar unsigned char #endif -#ifdef HAVE_UNSIGNED_CHAR -#define schar signed char -#else -#define schar char -#endif - /* Samba needs type definitions for int16, int32, uint16 and uint32. -- cgit