Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
3b8641e4
Commit
3b8641e4
authored
Jan 09, 2017
by
Francis Dupont
Browse files
[master] Commented unused argument
parent
0fac7208
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/http/response.h
View file @
3b8641e4
...
...
@@ -216,7 +216,7 @@ private:
///
/// @param status_code Status code for which the body should be
/// generated.
void
setGenericBody
(
const
HttpStatusCode
&
status_code
)
{
};
void
setGenericBody
(
const
HttpStatusCode
&
/*
status_code
*/
)
{
};
/// @brief Holds HTTP version for the response.
HttpVersion
http_version_
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment