From 8d3ce30de33abf905d1fd8462b630b0dafbfddba Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:25:28 +0000 Subject: [PATCH] Appease our clang overlords --- src/construction.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/construction.cpp b/src/construction.cpp index 25cd465315f0c..bb3841e33a8b4 100644 --- a/src/construction.cpp +++ b/src/construction.cpp @@ -92,7 +92,6 @@ static const construction_str_id construction_constr_veh( "constr_veh" ); static const flag_id json_flag_FILTHY( "FILTHY" ); -static const flag_id json_flag_PIT( "PIT" ); static const furn_str_id furn_f_coffin_c( "f_coffin_c" ); static const furn_str_id furn_f_coffin_o( "f_coffin_o" );