Skip to content

Commit

Permalink
Revert "Cleanup"
Browse files Browse the repository at this point in the history
This reverts commit ea99119.
  • Loading branch information
skyjake committed Jul 24, 2016
1 parent 12a7694 commit 2197675
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doomsday/sdk/libcore/src/filesys/file.cpp
Expand Up @@ -170,8 +170,6 @@ String File::description(int verbosity) const
desc += _E(s)_E(D) " {\"" + path() + "\": data sourced from " +
source()->description(verbosity) + "}" _E(.)_E(.);
}
#else
DENG2_UNUSED(verbosity);
#endif

return desc;
Expand Down

0 comments on commit 2197675

Please sign in to comment.