Remove duplicate printing of TF_NOPUSH in db_print_tflags().
MFC after: 10 days
This commit is contained in:
parent
3a47c0e263
commit
7f79e7e4db
@ -1742,10 +1742,6 @@ db_print_tflags(u_int t_flags)
|
||||
db_printf("%sTF_NOPUSH", comma ? ", " : "");
|
||||
comma = 1;
|
||||
}
|
||||
if (t_flags & TF_NOPUSH) {
|
||||
db_printf("%sTF_NOPUSH", comma ? ", " : "");
|
||||
comma = 1;
|
||||
}
|
||||
if (t_flags & TF_MORETOCOME) {
|
||||
db_printf("%sTF_MORETOCOME", comma ? ", " : "");
|
||||
comma = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user