mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +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,
|
init = function(self) end,
|
||||||
|
|
||||||
_hash = function(self)
|
|
||||||
return "flush"
|
|
||||||
end,
|
|
||||||
|
|
||||||
_format = function(self)
|
_format = function(self)
|
||||||
return "\n"
|
return "\n"
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,6 @@ return ast.abstract.Node {
|
||||||
|
|
||||||
init = function(self) end,
|
init = function(self) end,
|
||||||
|
|
||||||
_hash = function(self)
|
|
||||||
return "nil"
|
|
||||||
end,
|
|
||||||
|
|
||||||
_format = function(self)
|
_format = function(self)
|
||||||
return "()"
|
return "()"
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue