Skip to content

Commit

Permalink
- removed unreferenced local variable
Browse files Browse the repository at this point in the history
src\dthinker.cpp(748): warning C4101: 'list': unreferenced local variable
  • Loading branch information
alexey-lysiuk committed Jan 15, 2019
1 parent 703cb9c commit 3b3af1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dthinker.cpp
Expand Up @@ -745,8 +745,6 @@ void DThinker::PostSerialize()

void DThinker::ChangeStatNum (int statnum)
{
FThinkerList *list;

FThinkerCollection *collection = &Thinkers; //Todo: get from level

if ((unsigned)statnum > MAX_STATNUM)
Expand Down

0 comments on commit 3b3af1d

Please sign in to comment.