]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
Remove expairseq::construct_from_2_ex_via_exvector() member function.
[ginac.git] / ginac / expairseq.cpp
index 55fa311bea087344eff0bb78ca24e1d78ab54107..11da774902a1d17994674291f674a0a022526482 100644 (file)
@@ -599,12 +599,6 @@ bool expairseq::can_make_flat(const expair &p) const
 // non-virtual functions in this class
 //////////
 
 // non-virtual functions in this class
 //////////
 
-void expairseq::construct_from_2_ex_via_exvector(const ex &lh, const ex &rh)
-{
-       const exvector v = {lh, rh};
-       construct_from_exvector(std::move(v));
-}
-
 void expairseq::construct_from_2_ex(const ex &lh, const ex &rh)
 {
        if (typeid(ex_to<basic>(lh)) == typeid(*this)) {
 void expairseq::construct_from_2_ex(const ex &lh, const ex &rh)
 {
        if (typeid(ex_to<basic>(lh)) == typeid(*this)) {