We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073a0fc commit 32e344cCopy full SHA for 32e344c
src/raddbg/raddbg_views.c
@@ -2257,7 +2257,6 @@ RD_VIEW_UI_FUNCTION_DEF(text)
2257
//- rjf: determine if file is out-of-date
2258
//
2259
B32 file_is_out_of_date = 0;
2260
- String8 out_of_date_dbgi_name = {0};
2261
{
2262
Temp scratch = scratch_begin(0, 0);
2263
@@ -2367,9 +2366,7 @@ RD_VIEW_UI_FUNCTION_DEF(text)
2367
2366
2368
UI_PrefWidth(ui_children_sum(1)) UI_Row UI_PrefWidth(ui_text_dim(1, 1)) UI_TextPadding(0)
2369
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.");
+ UI_TagF("weak") ui_labelf("This file has changed since it was compiled.");
2373
}
2374
2375
0 commit comments