Eliminado un warning de variable no utilizada

This commit is contained in:
2022-11-17 09:34:06 +01:00
parent 5af554fecd
commit a0de547370

View File

@@ -132,8 +132,6 @@ bool Stats::loadFromFile()
// Guarda las estadisticas en un fichero // Guarda las estadisticas en un fichero
void Stats::saveToFile() void Stats::saveToFile()
{ {
bool success = true;
// Crea y abre el fichero de texto // Crea y abre el fichero de texto
std::ofstream file(filePath); std::ofstream file(filePath);