]> www.ginac.de Git - ginac.git/commitdiff
* Remove redundant forward declaration.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 13 Mar 2006 00:58:13 +0000 (00:58 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 13 Mar 2006 00:58:13 +0000 (00:58 +0000)
ginac/indexed.cpp

index 0b0399c025fd2e24abba9f3a48ef40560b07b1e6..154559800880b5384639f9afa67b00040d38554e 100644 (file)
@@ -733,9 +733,6 @@ template<class T> ex idx_symmetrization(const ex& r,const exvector& local_dummy_
        return q;
 }
 
-// Forward declaration needed in absence of friend injection, C.f. [namespace.memdef]:
-ex simplify_indexed(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
-
 /** Simplify product of indexed expressions (commutative, noncommutative and
  *  simple squares), return list of free indices. */
 ex simplify_indexed_product(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp)