Skip to content
Snippets Groups Projects
Commit 28b8c03f authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[cleanup] more removal of unused locals

parent 1f9ad6c6
No related branches found
No related tags found
No related merge requests found
...@@ -92,8 +92,6 @@ void Parser::addBuiltinBinding(const std::string& ident, logic_type ret_type, st ...@@ -92,8 +92,6 @@ void Parser::addBuiltinBinding(const std::string& ident, logic_type ret_type, st
//} //}
void Parser::addBuiltinBindings() { void Parser::addBuiltinBindings() {
logic_type Lbool = logic_type_Lint(IBOOL);
logic_type Lint = logic_type_Lint(IINT);
logic_type Linteger = logic_type_Linteger(); logic_type Linteger = logic_type_Linteger();
logic_type Lreal = logic_type_Lreal(); logic_type Lreal = logic_type_Lreal();
logic_type Ldouble = logic_type_Lfloat(FDOUBLE); logic_type Ldouble = logic_type_Lfloat(FDOUBLE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment