]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove left-over statement
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 25 Aug 2019 09:24:57 +0000 (11:24 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:04:43 +0000 (22:04 +0200)
src/Config.cpp

index d2beaffd0356d71e6e61393f657a22765e1fca22..36b98f0049238a4c9488f360fcefd12c5543aaf8 100644 (file)
@@ -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;