diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 03:14:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 03:14:07 +0200 |
commit | 2d92361a1c279b3982fc7038f5e872dadc2590f6 (patch) | |
tree | 475ea0e60479a9030179dc3280ddab82c454e5f6 | |
parent | 389cfee579a3222e6f536971af2fc0cb30596475 (diff) | |
download | samba-2d92361a1c279b3982fc7038f5e872dadc2590f6.tar.gz samba-2d92361a1c279b3982fc7038f5e872dadc2590f6.tar.bz2 samba-2d92361a1c279b3982fc7038f5e872dadc2590f6.zip |
Remove unused data type schar. If we really need this, it should probably be typedeffed to int8_t.
-rw-r--r-- | source3/include/includes.h | 6 |
1 files changed, 0 insertions, 6 deletions
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. |