diff options
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 ();
|