Cycles: Some cleanup, should be no functional changes
Addressing meaningful feedback from coverity.
This commit is contained in:
@@ -178,7 +178,8 @@ public:
|
||||
class path_info {
|
||||
public:
|
||||
path_info(const string& path)
|
||||
: path_(path)
|
||||
: path_(path),
|
||||
entry_(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user