remove a dead line

This commit is contained in:
Sven M. Hallberg 2013-05-23 11:57:46 +02:00
parent 2c8d76d7ea
commit 7a681faeeb

View file

@ -463,8 +463,6 @@ const HCFStringMap *h_follow(size_t k, HCFGrammar *g, const HCFChoice *x)
const HCFStringMap *first_tail = h_first_seq(k, g, tail);
//h_stringmap_update(ret, first_tail);
// extend the elems of first_k(tail) up to length k from follow(A)
stringset_extend(g, ret, k, first_tail, h_follow_, &a);
}