remove unused variable
This commit is contained in:
parent
538f8d040a
commit
5d6b05979d
@ -36,7 +36,6 @@ namespace http {
|
||||
void Reply::setSize(const unsigned size) {
|
||||
BOOST_FOREACH ( Header& h, headers) {
|
||||
if("Content-Length" == h.name) {
|
||||
std::string sizeString;
|
||||
intToString(size,h.value);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user