diff options
Diffstat (limited to 'src/normalise.hh')
-rw-r--r-- | src/normalise.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalise.hh b/src/normalise.hh index 619fef8bf623..a5b45c861926 100644 --- a/src/normalise.hh +++ b/src/normalise.hh @@ -13,7 +13,7 @@ void realiseSlice(const FSId & id, FSIdSet pending = FSIdSet()); /* Get the list of root (output) paths of the given fstate-expression. */ -Strings fstatePaths(const FSId & id, bool normalise); +Strings fstatePaths(const FSId & id); /* Get the list of paths referenced by the given fstate-expression. */ Strings fstateRefs(const FSId & id); |