]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.cpp
Make relational::rhs() and lhs() nonvirtual.
[ginac.git] / ginac / relational.cpp
index 38d0baf7c757230e1b586c09e716f9343202b185..fcb84eca779bf9e3151f52ea4b653383216be407 100644 (file)
@@ -290,17 +290,7 @@ unsigned relational::calchash() const
 // new virtual functions which can be overridden by derived classes
 //////////
 
-/** Left hand side of relational. */
-ex relational::lhs() const
-{
-       return lh;
-}
-
-/** Right hand side of relational. */
-ex relational::rhs() const
-{
-       return rh;    
-}
+// none
 
 //////////
 // non-virtual functions in this class