Remove unused data type schar. If we really need this, it should probably be typedeff...
authorJelmer Vernooij <jelmer@samba.org>
Tue, 14 Oct 2008 01:14:07 +0000 (03:14 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 14 Oct 2008 01:14:07 +0000 (03:14 +0200)
source3/include/includes.h

index 85a316bd39b36103a6d8cde1818e2614cfc9b74c..37ffee9223e859ad588fe5ea6d084b85a45caf6e 100644 (file)
@@ -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.