* The output of a Derive() node is not a referenced path.

This commit is contained in:
Eelco Dolstra 2003-07-08 15:33:06 +00:00
parent 40274c1f4f
commit 333f4963de
2 changed files with 1 additions and 3 deletions

View file

@ -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);