p_use->u_ext field deleted from showptable()

This commit is contained in:
bal 1985-02-19 11:16:11 +00:00
parent abcbc93b5d
commit 7397122695

View file

@ -173,7 +173,6 @@ showp()
if (all == 1) {
printf(" changed ="); showcset();
printf(format,"c_flags =",getshort());
printf(" used ="); showcset();
printf(format,"u_flags =",getshort());
printf(" calling ="); showcset();
}