From 89195ca63ae56eeb2463b061ab32f5c7acbb71f9 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 24 Apr 2006 04:12:12 +0000 Subject: [PATCH] Elimina salida superflua. --- practicas/practica2/P02e1101.cpp | 2 -- practicas/practica2/P02e1201.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/practicas/practica2/P02e1101.cpp b/practicas/practica2/P02e1101.cpp index 9a48aae..f593405 100644 --- a/practicas/practica2/P02e1101.cpp +++ b/practicas/practica2/P02e1101.cpp @@ -104,8 +104,6 @@ int main(int argc, char *argv[]) return 3; } - cout << "Shared memory id = " << shm_id << "\n"; - // Si somos el primer proceso inicializamos el molinete if (proc == 0) molinete_init(*molinete); diff --git a/practicas/practica2/P02e1201.cpp b/practicas/practica2/P02e1201.cpp index 648cc25..c730202 100644 --- a/practicas/practica2/P02e1201.cpp +++ b/practicas/practica2/P02e1201.cpp @@ -75,7 +75,6 @@ int main(int argc, char *argv[]) cerr << "Error al attachear shared memory.\n"; return 3; } - cout << "Shared memory id = " << shm_id << "\n"; // Semaforo int sem_id; -- 2.43.0