mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
lib: remove unused __empty special case in toLuaObject
This commit is contained in:
parent
8aa3a23e97
commit
af72dc105d
2 changed files with 1 additions and 9 deletions
|
@ -65,9 +65,6 @@ in rec {
|
|||
then
|
||||
if isLuaInline args
|
||||
then args.expr
|
||||
# if nobody is using this we should get rid of this
|
||||
else if hasAttr "__empty" args
|
||||
then "{ }"
|
||||
else
|
||||
"{"
|
||||
+ (concatStringsSep ","
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue