Skip to content

Commit 32e344c

Browse files
committed
remove dbgi name from ood warning
1 parent 073a0fc commit 32e344c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/raddbg/raddbg_views.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,6 @@ RD_VIEW_UI_FUNCTION_DEF(text)
22572257
//- rjf: determine if file is out-of-date
22582258
//
22592259
B32 file_is_out_of_date = 0;
2260-
String8 out_of_date_dbgi_name = {0};
22612260
{
22622261
Temp scratch = scratch_begin(0, 0);
22632262

@@ -2367,9 +2366,7 @@ RD_VIEW_UI_FUNCTION_DEF(text)
23672366
{
23682367
UI_PrefWidth(ui_children_sum(1)) UI_Row UI_PrefWidth(ui_text_dim(1, 1)) UI_TextPadding(0)
23692368
{
2370-
UI_TagF("weak") ui_labelf("This file has changed since ");
2371-
ui_label(out_of_date_dbgi_name);
2372-
UI_TagF("weak") ui_labelf(" was produced.");
2369+
UI_TagF("weak") ui_labelf("This file has changed since it was compiled.");
23732370
}
23742371
}
23752372
}

0 commit comments

Comments
 (0)