summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 9e4a833..95b55a0 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -54,8 +54,7 @@ struct cmListFileArgument
Bracket
};
cmListFileArgument()
- : Value()
- , Delim(Unquoted)
+ : Delim(Unquoted)
, Line(0)
{
}
@@ -82,9 +81,7 @@ public:
std::string FilePath;
long Line;
cmListFileContext()
- : Name()
- , FilePath()
- , Line(0)
+ : Line(0)
{
}