Skip to content

Commit cadfbeb

Browse files
author
Alex D
committed
cleanup
1 parent 259f0c3 commit cadfbeb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/emitterlua.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ export class EmitterLua {
6464
return falseValue; \
6565
}; \
6666
\
67-
__assign = __assign || function(left:object, right:object) { \
68-
left = right; \
69-
return right; \
70-
}; \
71-
\
7267
__or = __or || function(left:object, right:object) { \
7368
return __cond(left, left, right); \
7469
}; \

0 commit comments

Comments
 (0)