diff options
Diffstat (limited to 'docs/examples/ephiperfifo.c')
-rw-r--r-- | docs/examples/ephiperfifo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/examples/ephiperfifo.c b/docs/examples/ephiperfifo.c index f411d2ea6..d30b944bb 100644 --- a/docs/examples/ephiperfifo.c +++ b/docs/examples/ephiperfifo.c @@ -245,7 +245,6 @@ static void timer_cb(struct GlobalInfo *g, int revents) } - /* Clean up the SockInfo structure */ static void remsock(struct SockInfo *f, struct GlobalInfo *g) { @@ -260,7 +259,6 @@ static void remsock(struct SockInfo *f, struct GlobalInfo *g) } - /* Assign information to a SockInfo structure */ static void setsock(struct SockInfo *f, curl_socket_t s, CURL *e, int act, struct GlobalInfo *g) @@ -287,7 +285,6 @@ static void setsock(struct SockInfo *f, curl_socket_t s, CURL *e, int act, } - /* Initialize a new SockInfo structure */ static void addsock(curl_socket_t s, CURL *easy, int action, struct GlobalInfo *g) @@ -328,7 +325,6 @@ static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) } - /* CURLOPT_WRITEFUNCTION */ static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *data) { |