X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=util%2Finstance.cc;h=8b9f5ee94afa5da24dd60f8600868a21c131836a;hb=674c7578fa870c3b57e81e765c355ce98434b310;hp=e96f414f72e6280ba899414496b81ce376c3c5ac;hpb=751e342e158ae65052ce098ccd64aa54e39312db;p=m6w6%2Flibmemcached diff --git a/util/instance.cc b/util/instance.cc index e96f414f..8b9f5ee9 100644 --- a/util/instance.cc +++ b/util/instance.cc @@ -211,7 +211,6 @@ bool Instance::run() case READING: if (operation->has_response()) { - size_t total_read; ssize_t read_length; do @@ -240,7 +239,6 @@ bool Instance::run() } operation->push(buffer, static_cast(read_length)); - total_read+= static_cast(read_length); } while (more_to_read()); } // end has_response