CB100

Notas, resueltos y tps de la materia Algoritmos y Estructuras de Datos
Index Commits Files Refs README
commit 7af4dc420484175cae9373e41a70d14df48e7ca5
parent 30221546cbefceebf24bcfb06d69d588d84aee33
Author: Martin Klöckner <mjkloeckner@gmail.com>
Date:   Mon, 17 Jun 2024 23:34:36 -0300

remove unused `List`

Diffstat:
Mmain.cpp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/main.cpp b/main.cpp
@@ -4,7 +4,6 @@
 #include <sstream>
 #include <cstdlib>
 
-#include "list.h"
 #include "barrio.h"
 #include "parada.h"
 
@@ -37,7 +36,6 @@ int main (void) {
     std::string line;
     std::stringstream lineStream;
     std::string token;
-    List<std::string> tokens;
 
     const char *inputFilePath = "paradas-de-colectivo.csv";