From: Joel Rosdahl Date: Sun, 25 Aug 2019 09:24:57 +0000 (+0200) Subject: Remove left-over statement X-Git-Tag: v4.0~811 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eef5b45cd0befad339e8ccdc97da5fbd068a95d;p=thirdparty%2Fccache.git Remove left-over statement --- diff --git a/src/Config.cpp b/src/Config.cpp index d2beaffd0..36b98f004 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -619,8 +619,6 @@ Config::set_value_in_file(const std::string& path, Config dummy_config; dummy_config.set_item(key, value, false, false, ""); - std::string content = util::read_file(path); - AtomicFile output(path, AtomicFile::Mode::Text); bool found = false;