Skip to content

Commit

Permalink
Remove unused crowbar variable
Browse files Browse the repository at this point in the history
Caught by Travis CI
  • Loading branch information
wapcaplet committed Feb 9, 2020
1 parent 6fb8d13 commit 39d32cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/iteminfo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ TEST_CASE( "nutrient_ranges_for_recipe_exemplars", "[item][iteminfo]" )
TEST_CASE( "show available recipes with item as an ingredient", "[item][iteminfo][recipes]" )
{
iteminfo_query q( { iteminfo_parts::DESCRIPTION_APPLICABLE_RECIPES } );
const recipe *crowbar = &recipe_id( "makeshift_crowbar" ).obj();
const recipe *purtab = &recipe_id( "pur_tablets" ).obj();
g->u.empty_traits();

Expand Down

0 comments on commit 39d32cf

Please sign in to comment.