Remove the IR for know for simplicity
This commit is contained in:
@ -22,4 +22,9 @@ namespace elna
|
||||
{
|
||||
return this->position.column;
|
||||
}
|
||||
|
||||
Symbol::Symbol(const char *name)
|
||||
{
|
||||
this->name = name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user