X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpairseq.h;h=663b93ce88567e6948779032e1c4be134f67add0;hp=f0a0b4e65b71f415aa1b3075c5b1b682153a1960;hb=f4bae27a4390712315e0317fd9e954299341933d;hpb=a56196f3830a5a467d79b6d7009598e7f05ba7d3 diff --git a/ginac/expairseq.h b/ginac/expairseq.h index f0a0b4e6..663b93ce 100644 --- a/ginac/expairseq.h +++ b/ginac/expairseq.h @@ -104,7 +104,6 @@ protected: protected: void do_print(const print_context & c, unsigned level) const; void do_print_tree(const print_tree & c, unsigned level) const; - void construct_from_2_ex_via_exvector(const ex & lh, const ex & rh); void construct_from_2_ex(const ex & lh, const ex & rh); void construct_from_2_expairseq(const expairseq & s1, const expairseq & s2);