X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FW1CounterDevice.cc;h=2566e1d4888114c0ccad31f28965a510948f39a0;hb=c7979a0225a21182f68d40374723a649d032908d;hp=5e343bf879b8efcfc6c1b14dc5fec253437d6fed;hpb=8d60415d0ff1fd01d65e9d57291e6fd5c454959c;p=lib1wire.git diff --git a/src/W1CounterDevice.cc b/src/W1CounterDevice.cc index 5e343bf..2566e1d 100644 --- a/src/W1CounterDevice.cc +++ b/src/W1CounterDevice.cc @@ -80,7 +80,6 @@ string W1CounterDevice::get_value() { } ifs.close(); } - add_to_memory_cache(ret_val); return ret_val; }