diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-22 12:56:15 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-22 12:56:15 +0100 |
commit | ff35e3292fdebc0002606cdf32248a4acb73777b (patch) | |
tree | a683e5ddf2cf037f2f61cc0915cbf17fb653599d /lib/memdebug.h | |
parent | 87ba80a6df1dfd7ceaaa52352c9f23afff0ed513 (diff) | |
download | curl-bagder/no-fdopen.tar.gz |
configure: remove the unused fdopen macrobagder/no-fdopen
and the two remaining #ifdefs for it
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r-- | lib/memdebug.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h index 233de65a4..30a8f1c88 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -8,7 +8,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -80,10 +80,6 @@ CURL_EXTERN RECV_TYPE_RETV curl_dorecv(RECV_TYPE_ARG1 sockfd, /* FILE functions */ CURL_EXTERN FILE *curl_fopen(const char *file, const char *mode, int line, const char *source); -#ifdef HAVE_FDOPEN -CURL_EXTERN FILE *curl_fdopen(int filedes, const char *mode, int line, - const char *source); -#endif CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source); #ifndef MEMDEBUG_NODEFINES |