lib: remove unused __empty special case in toLuaObject

This commit is contained in:
Ching Pei Yang 2024-05-18 14:52:40 +02:00
commit af72dc105d
2 changed files with 1 additions and 9 deletions

View file

@ -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 ","