]> pilppa.org Git - lib1wire.git/blobdiff - src/W1CounterDevice.cc
storage data cleanup. allow specifying storage dir location
[lib1wire.git] / src / W1CounterDevice.cc
index 5e343bf879b8efcfc6c1b14dc5fec253437d6fed..2566e1d4888114c0ccad31f28965a510948f39a0 100644 (file)
@@ -80,7 +80,6 @@ string W1CounterDevice::get_value() {
                }
                ifs.close();
        }
-       add_to_memory_cache(ret_val);
        return ret_val;
 }