]> git.hungrycats.org Git - bees/commitdiff
fs: drop extra declaration of hexdump
authorZygo Blaxell <bees@furryterror.org>
Wed, 4 Dec 2024 04:40:18 +0000 (23:40 -0500)
committerZygo Blaxell <bees@furryterror.org>
Wed, 4 Dec 2024 16:17:44 +0000 (11:17 -0500)
hexdump was moved into a template in its own header years ago, but
the declaration of the implementation that used to be in fs.cc remains.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
include/crucible/fs.h

index da624e532d9e8adb145a8197db0dd80205ef870d..6f955513d3846a95f79ca5c8552d5387f89ed598 100644 (file)
@@ -243,8 +243,6 @@ namespace crucible {
                unsigned long available() const;
        };
 
-       template<class V> ostream &hexdump(ostream &os, const V &v);
-
        struct BtrfsIoctlFsInfoArgs : public btrfs_ioctl_fs_info_args_v3 {
                BtrfsIoctlFsInfoArgs();
                void do_ioctl(int fd);