]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: remove unused method 50310/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 28 Feb 2023 16:25:38 +0000 (11:25 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 28 Feb 2023 16:26:14 +0000 (11:26 -0500)
commit778501178b8e0f45afdf5ac5776e0a4cafd9b1ae
treea005e2c93c165ab6c29a8dd0986975ffc968410c
parent33284b3be8d6ed871ed1b477b11c3aec2ac38403
client: remove unused method

    /home/pdonnell/ceph/src/client/Client.cc:8575:13: warning: ‘void attr_set_atime_and_mtime(stat*, const utime_t&, const utime_t&)’ defined but not used [-Wunused-function]
     8575 | static void attr_set_atime_and_mtime(struct stat *attr,
          |             ^~~~~~~~~~~~~~~~~~~~~~~~

Fixes: 8abccedd12a3d8dfb4fc926908ba7e2c1f94bf35
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/client/Client.cc