diff --git a/third_party/zlib/zutil.h b/third_party/zlib/zutil.h index 902a304cc2d913..cc7d7cfdeec313 100644 --- a/third_party/zlib/zutil.h +++ b/third_party/zlib/zutil.h @@ -142,10 +142,6 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # ifndef Z_SOLO # if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os # include /* for fdopen */ -# else -# ifndef fdopen -# define fdopen(fd,mode) NULL /* No fdopen() */ -# endif # endif # endif #endif