This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 90f0005bcdef85ecd8952fcb5bfc83d1a59d5ed9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Mon Apr 29 19:23:42 2024 +0100

    remove some more comments
---
 src/backends/default/fs.c | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/src/backends/default/fs.c b/src/backends/default/fs.c
index 593fef3..5902111 100644
--- a/src/backends/default/fs.c
+++ b/src/backends/default/fs.c
@@ -151,43 +151,6 @@ Eina_Bool
 fs_cp_rm(const char *src, const char *dst, Eina_Bool report_err, Eina_Bool cp,
          Eina_Bool rm)
 { // cp_rm /path/to/src/filename /path/to/dst/filename
-  // XXX: ecore_file_mv() ? <- look at it
-  // XXX: utime()/utimes() -> utimensat()
-  //
-  // if src is dir
-  //   fs_mkdir(dst)
-  //   for all files in src
-  //     fs_cp_rm(src/file, dst/file, report_err)
-  //     fs_utimes(src, dst)
-  //     fs_chmod(src, dst)
-  //     fs_chown(src, dst)
-  //   fs_utimes(src, dst)
-  //   fs_chmod(src, dst)
-  //   fs_chown(src, dst)
-  //   fs_rmdir(src)
-  // else
-  //   if (src is file)
-  //     fs_cp(src, dst, report_err)
-  //     fs_cp_xattr(src, dst)
-  //   else if (src is symlink)
-  //     fs_ln(src, dst)
-  //   else if (src is fifo)
-  //     fs_mkfifo(dst)
-  //   else if (src is socket)
-  //     fs_touch(dst)
-  //   else if (src is chrdev)
-  //     fs_chrdevdup(src, dst)
-  //   else if (src is blkdev)
-  //     fs_blkdevdup(src, dst)
-  //   fs_utimes(src, dst)
-  //   fs_chmod(src, dst)
-  //   fs_chown(src, dst)
-  //   fs_rm(src)
-  //   fs_cp(src_meta, dst_meta)
-  //   fs_utimes(src_meta, dst_meta)
-  //   fs_chmod(src_meta, dst_meta)
-  //   fs_chown(src_meta, dst_meta)
-  //   fs_rm(src_meta)
   Eina_Bool      res = EINA_TRUE;
   Eina_Iterator *it;
   const char    *s;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to