summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/file.h')
-rw-r--r--libs/libcurl/src/file.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/libcurl/src/file.h b/libs/libcurl/src/file.h
index 00d1adda54..5923f7e8fb 100644
--- a/libs/libcurl/src/file.h
+++ b/libs/libcurl/src/file.h
@@ -24,17 +24,6 @@
*
***************************************************************************/
-
-/****************************************************************************
- * FILE unique setup
- ***************************************************************************/
-struct FILEPROTO {
- char *path; /* the path we operate on */
- char *freepath; /* pointer to the allocated block we must free, this might
- differ from the 'path' pointer */
- int fd; /* open file descriptor to read from! */
-};
-
#ifndef CURL_DISABLE_FILE
extern const struct Curl_handler Curl_handler_file;
#endif