diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-08T15·33+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-08T15·33+0000 |
commit | 333f4963de6d174d852774a88ada852f77f57994 (patch) | |
tree | 9a16d56234604e17ce95c4a842d62241e79d61d7 /src/fstate.cc | |
parent | 40274c1f4f763e634dd031f7a6b4ba8ce2de7a82 (diff) |
* The output of a Derive() node is not a referenced path.
Diffstat (limited to 'src/fstate.cc')
-rw-r--r-- | src/fstate.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fstate.cc b/src/fstate.cc index fa677a257a14..731493fd35cb 100644 --- a/src/fstate.cc +++ b/src/fstate.cc @@ -359,8 +359,6 @@ void fstateRefs2(FState fs, StringSet & paths) else if (ATmatch(fs, "Derive(<str>, <str>, [<list>], <str>, [<list>])", &s1, &s2, &ins, &s3, &e2)) { - paths.insert(s3); - while (!ATisEmpty(ins)) { fstateRefs2(ATgetFirst(ins), paths); ins = ATgetNext(ins); |