summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 91b81e4ea0..b0f77cf6d1 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -675,12 +675,6 @@ enum flush_reason_enum {
#endif
-/* needed for some systems without iconv. Doesn't really matter
- what error code we use */
-#ifndef EILSEQ
-#define EILSEQ EIO
-#endif
-
/* add varargs prototypes with printf checking */
/*PRINTFLIKE2 */
int fdprintf(int , const char *, ...) PRINTF_ATTRIBUTE(2,3);