Skip to content

Commit

Permalink
Revert "ignored function with undeclared options on old environment l…
Browse files Browse the repository at this point in the history
…ike centos5"

This reverts commit 343833b.
  • Loading branch information
hsbt committed Jul 29, 2014
1 parent ad53b26 commit e46bebd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/curb_easy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,6 @@ static VALUE ruby_curl_easy_set_opt(VALUE self, VALUE opt, VALUE val) {
VALUE cookiejar = val;
CURB_OBJECT_HSETTER(ruby_curl_easy, cookiejar);
} break;
#if HAVE_CURLOPT_SEEKFUNCTION
case CURLOPT_TCP_NODELAY: {
curl_easy_setopt(rbce->curl, CURLOPT_TCP_NODELAY, FIX2LONG(val));
} break;
Expand All @@ -3163,7 +3162,6 @@ static VALUE ruby_curl_easy_set_opt(VALUE self, VALUE opt, VALUE val) {
case CURLOPT_FAILONERROR: {
curl_easy_setopt(rbce->curl, CURLOPT_FAILONERROR, FIX2LONG(val));
} break;
#endif
#if HAVE_CURLOPT_GSSAPI_DELEGATION
case CURLOPT_GSSAPI_DELEGATION: {
curl_easy_setopt(rbce->curl, CURLOPT_GSSAPI_DELEGATION, FIX2LONG(val));
Expand Down

0 comments on commit e46bebd

Please sign in to comment.