From ae6d32c79e380bdff82cdf5b3c81a70eefb66500 Mon Sep 17 00:00:00 2001 From: meijia Date: Mon, 28 Apr 2003 14:24:47 +0000 Subject: [PATCH] [liblustre]: - remove the unneeded 'printf' --- lustre/liblustre/liblustre.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/liblustre/liblustre.c b/lustre/liblustre/liblustre.c index 3886cef..5b827b4 100644 --- a/lustre/liblustre/liblustre.c +++ b/lustre/liblustre/liblustre.c @@ -79,7 +79,5 @@ void __liblustre_setup_(void) void __liblustre_cleanup_(void) { - printf("about shutdown\n"); _sysio_shutdown(); - printf("finish shutdown\n"); } -- 1.8.3.1