diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 12:39:18 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 12:39:18 +0000 |
commit | 219e2247478e46f81b744252b13cd1df01a76756 (patch) | |
tree | 94cff36c083283cfe5d6cac42190d1e7f6a2eded /Tools/Source/TianoTools/GenDepex | |
parent | c06913ffeab43e4f818738f65599095ccb35f263 (diff) | |
download | edk2-platforms-219e2247478e46f81b744252b13cd1df01a76756.tar.xz |
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
Diffstat (limited to 'Tools/Source/TianoTools/GenDepex')
-rw-r--r-- | Tools/Source/TianoTools/GenDepex/GenDepex.c | 10 |
1 files changed, 0 insertions, 10 deletions
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 ();
|