From 0e474355d56a912573dc29bcaee4a1180171b066 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Thu, 25 Mar 2004 17:37:44 +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.44.0