Mercurial Hosting > luan
changeset 1663:970e635c7196
remove rename_to
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 02 May 2022 19:22:45 -0600 |
parents | d6a50ed9604f |
children | 35e412677512 |
files | src/luan/modules/Boot.luan |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan Mon May 02 19:15:42 2022 -0600 +++ b/src/luan/modules/Boot.luan Mon May 02 19:22:45 2022 -0600 @@ -193,7 +193,6 @@ this.set_last_modified = io.set_last_modified this.length = io.file.length this.move_to = io.move_to - this.rename_to = io.move_to -- tmp this.copy_to = io.copy_to this.link_from = io.link_from this.symlink_from = io.symlink_from