Skip to content

Commit 7eac730

Browse files
author
Dilawar Singh
committed
Tests are passing locally.
1 parent 55d6f01 commit 7eac730

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

builtins/MooseParser.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ const Parser::symbol_table_t& MooseParser::GetSymbolTable(const size_t nth) cons
9696
return expression_.get_symbol_table(nth);
9797
}
9898

99-
const Parser::symbol_table_t& MooseParser::GetSymbolTable() const
100-
{
101-
return expression_.get_symbol_table();
102-
}
103-
104-
10599
double MooseParser::GetVarValue(const string& name) const
106100
{
107101
return GetSymbolTable().get_variable(name)->value();

0 commit comments

Comments
 (0)