mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 08:39:30 +00:00
Remove useless _hash redefinition
This commit is contained in:
parent
15f29e3bce
commit
5ff178b54c
2 changed files with 0 additions and 8 deletions
|
|
@ -8,10 +8,6 @@ local Flush = ast.abstract.Node {
|
|||
|
||||
init = function(self) end,
|
||||
|
||||
_hash = function(self)
|
||||
return "flush"
|
||||
end,
|
||||
|
||||
_format = function(self)
|
||||
return "\n"
|
||||
end,
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@ return ast.abstract.Node {
|
|||
|
||||
init = function(self) end,
|
||||
|
||||
_hash = function(self)
|
||||
return "nil"
|
||||
end,
|
||||
|
||||
_format = function(self)
|
||||
return "()"
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue