From fca4411616447e62dcda1553bdd3ee0c0afabe85 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 29 Mar 2004 18:03:20 +0000 Subject: [PATCH] no need to initialize symtree in initialize(), the ex default ctor works fine --- ginac/function.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/ginac/function.pl b/ginac/function.pl index 6b25c70d..312640fe 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -557,7 +557,6 @@ void function_options::initialize() print_use_exvector_args = false; use_remember = false; functions_with_same_name = 1; - symtree = 0; } function_options & function_options::set_name(std::string const & n, -- 2.50.0