projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
709a2ed
)
Fixed unused variable warning
author
Dan Fandrich
<dan@coneharvesters.com>
Thu, 14 Aug 2008 18:41:37 +0000
(18:41 +0000)
committer
Dan Fandrich
<dan@coneharvesters.com>
Thu, 14 Aug 2008 18:41:37 +0000
(18:41 +0000)
docs/examples/sendrecv.c
patch
|
blob
|
history
diff --git
a/docs/examples/sendrecv.c
b/docs/examples/sendrecv.c
index 1a37d2862efc9f790726cf1330197430a64808a3..45bae652a3903bfba55e1138d4c5f208881fe120 100644
(file)
--- a/
docs/examples/sendrecv.c
+++ b/
docs/examples/sendrecv.c
@@
-18,7
+18,6
@@
static int wait_on_socket(int sockfd, int for_recv, long timeout_ms)
{
struct timeval tv;
- long seconds, usecs;
fd_set infd, outfd, errfd;
int res;