remove useless sync() calls

unless we had serious kernel bugs, those sync() calls
serve no useful purpose


Origin commit data
------------------
Commit: ae21edb141
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-25 (Wed, 25 Feb 2015)
This commit is contained in:
Stefan Seyfried
2015-02-25 21:43:41 +01:00
parent 0ca22ef7f4
commit be57772407
3 changed files with 3 additions and 3 deletions

View File

@@ -565,7 +565,7 @@ _done:
filename = (std::string)epgdir + "/index.xml";
rename(tmpname.c_str(), filename.c_str());
sync();
// sync();
printf("[sectionsd] Writing Information finished\n");
return ;
}