diff options
Diffstat (limited to 'usr/src/tools/aw/aw.c')
-rw-r--r-- | usr/src/tools/aw/aw.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/usr/src/tools/aw/aw.c b/usr/src/tools/aw/aw.c index 88673c88e4..36891b1a9c 100644 --- a/usr/src/tools/aw/aw.c +++ b/usr/src/tools/aw/aw.c @@ -550,29 +550,6 @@ main(int argc, char *argv[]) newae(as, "--traditional-format"); /* - * This is a support hack to rewrite code for the compiler - * which should probably cause an assembler programmer to recode - * - so, generate a warning in this case. - * - * -K was dropped begining with version 2.18. - */ - { - struct aelist *as_ver = newael(); - struct aelist *ggrep = newael(); - - newae(as_ver, as_pgm); - newae(as_ver, "--version"); - newae(ggrep, "/usr/bin/ggrep"); - newae(ggrep, "-q"); - newae(ggrep, "-E"); - newae(ggrep, "2.1[567]"); - code = pipeline(aeltoargv(as_ver), aeltoargv(ggrep)); - if (code == 0) { - newae(as, "-K"); - } - } - - /* * Walk the argument list, translating as we go .. */ while (--argc > 0) { |