* src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through...
[fw/sdcc] / as / mcs51 / lklibr.c
index b4e287ef8a308d9796da06198b6b947ada480bbb..cadcbfa1b7e3d887297ad419d0436593d0a1bfcd 100644 (file)
@@ -207,7 +207,6 @@ char *libfil;
                lbnh->libfil = (char *) new (strlen(libfil) + 1);
                strcpy(lbnh->libfil,libfil);
                lbnh->libspc = str;
-               fprintf(stderr,"library file %s\n",str);
        } else {
                free(str);
        }