Skip to content

Commit

Permalink
Merge branch 'rm_unused_variable' into 'master'
Browse files Browse the repository at this point in the history
Remove unused variable

See merge request OpenMW/openmw!3607
  • Loading branch information
jvoisin committed Nov 22, 2023
2 parents f230e3c + 81fa783 commit 08538dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/detournavigator/navmeshmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ namespace DetourNavigator
const std::map<osg::Vec2i, ChangeType>& changedTiles)
{
std::map<osg::Vec2i, ChangeType> tilesToPost = changedTiles;
std::map<osg::Vec2i, ChangeType> tilesToPost1;
{
const auto locked = cached->lockConst();
const auto& navMesh = locked->getImpl();
Expand Down

0 comments on commit 08538dd

Please sign in to comment.