remove unused variable

This commit is contained in:
Dennis Luxen 2014-04-28 12:59:24 +02:00
parent 538f8d040a
commit 5d6b05979d

View File

@ -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);
}
}