From 219e2247478e46f81b744252b13cd1df01a76756 Mon Sep 17 00:00:00 2001 From: jwang36 Date: Wed, 12 Jul 2006 12:39:18 +0000 Subject: Polished the build tools' screen output to be in a more coherent form git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@916 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/GenDepex/GenDepex.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Tools/Source/TianoTools/GenDepex') diff --git a/Tools/Source/TianoTools/GenDepex/GenDepex.c b/Tools/Source/TianoTools/GenDepex/GenDepex.c index 34857fccf1..67ffcd2443 100644 --- a/Tools/Source/TianoTools/GenDepex/GenDepex.c +++ b/Tools/Source/TianoTools/GenDepex/GenDepex.c @@ -854,16 +854,6 @@ Returns: Output_Flag = FALSE; Pad_Flag = FALSE; - // - // Output the calling arguments - // - printf ("\n\n"); - for (Index = 0; Index < argc; Index++) { - printf ("%s ", argv[Index]); - } - - printf ("\n\n"); - if (argc < 5) { printf ("Not enough arguments\n"); PrintGenDepexUsageInfo (); -- cgit v1.2.3