diff options
author | Per Bothner <per@bothner.com> | 1992-08-20 04:04:50 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-08-20 04:04:50 +0000 |
commit | ce6a2aabc1293c90eaaf260278b4e3b941cf49a4 (patch) | |
tree | ffc67ad9bb287dd2739ce25aeb54b294b63a720f /binutils | |
parent | ce148149046ea1075e5583ac33ad7a2383b81ee5 (diff) | |
download | binutils-gdb-ce6a2aabc1293c90eaaf260278b4e3b941cf49a4.tar.gz |
Re-do change for revision 1.28 that got trashed by 1.29.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/ar.c b/binutils/ar.c index b27ac7bacf6..4a033a0f1e2 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -190,7 +190,6 @@ main(argc, argv) int show_version; bfd_init(); - verbose = 1; show_version = 0; #ifdef GNU960 check_v960( argc, argv ); |