Cycles: Some cleanup, should be no functional changes

Addressing meaningful feedback from coverity.
This commit is contained in:
2016-02-16 15:32:26 +01:00
parent 21c88df7c7
commit d0246d5f30
3 changed files with 5 additions and 5 deletions

View File

@@ -178,7 +178,8 @@ public:
class path_info {
public:
path_info(const string& path)
: path_(path)
: path_(path),
entry_(NULL)
{
}