Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
217556cb
Commit
217556cb
authored
10 years ago
by
callum_linden
Browse files
Options
Downloads
Patches
Plain Diff
Update to build on Xcode 6.0: remove unused code
parent
6a15d2d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llcorehttp/_httpoprequest.cpp
+0
-15
0 additions, 15 deletions
indra/llcorehttp/_httpoprequest.cpp
with
0 additions
and
15 deletions
indra/llcorehttp/_httpoprequest.cpp
+
0
−
15
View file @
217556cb
...
...
@@ -91,7 +91,6 @@ char * os_strltrim(char * str);
void
os_strlower
(
char
*
str
);
// Error testing and reporting for libcurl status codes
void
check_curl_easy_code
(
CURLcode
code
);
void
check_curl_easy_code
(
CURLcode
code
,
int
curl_setopt_option
);
}
// end anonymous namespace
...
...
@@ -1109,18 +1108,4 @@ void check_curl_easy_code(CURLcode code, int curl_setopt_option)
}
}
void
check_curl_easy_code
(
CURLcode
code
)
{
if
(
CURLE_OK
!=
code
)
{
// Comment from old llcurl code which may no longer apply:
//
// linux appears to throw a curl error once per session for a bad initialization
// at a pretty random time (when enabling cookies).
LL_WARNS
(
"CoreHttp"
)
<<
"libcurl error detected: "
<<
curl_easy_strerror
(
code
)
<<
LL_ENDL
;
}
}
}
// end anonymous namespace
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment