From a0de547370ea29f1258411b75fb1097231435b77 Mon Sep 17 00:00:00 2001 From: Sergio Valor Martinez Date: Thu, 17 Nov 2022 09:34:06 +0100 Subject: [PATCH] Eliminado un warning de variable no utilizada --- source/stats.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/stats.cpp b/source/stats.cpp index cb8925f..59397e2 100644 --- a/source/stats.cpp +++ b/source/stats.cpp @@ -132,8 +132,6 @@ bool Stats::loadFromFile() // Guarda las estadisticas en un fichero void Stats::saveToFile() { - bool success = true; - // Crea y abre el fichero de texto std::ofstream file(filePath);