X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=util%2Finstance.cc;h=8b9f5ee94afa5da24dd60f8600868a21c131836a;hb=c81f095fd6c81cd671a8f6b8bb88eee24a0555ec;hp=e96f414f72e6280ba899414496b81ce376c3c5ac;hpb=a2d3699da26720a399bd7f563ccdbccf26e610c5;p=awesomized%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