From eba3e6126d33fff5f1231906ffd8d8d65f14c953 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 13 Mar 2006 00:58:13 +0000 Subject: [PATCH] * Remove redundant forward declaration. --- ginac/indexed.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ginac/indexed.cpp b/ginac/indexed.cpp index 0b0399c0..15455980 100644 --- a/ginac/indexed.cpp +++ b/ginac/indexed.cpp @@ -733,9 +733,6 @@ template 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) -- 2.49.0