From: Zygo Blaxell Date: Wed, 4 Dec 2024 04:40:18 +0000 (-0500) Subject: fs: drop extra declaration of hexdump X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd96f20c605de8c16be39bc7b9337e1569adb3d;p=bees fs: drop extra declaration of hexdump 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 --- diff --git a/include/crucible/fs.h b/include/crucible/fs.h index da624e53..6f955513 100644 --- a/include/crucible/fs.h +++ b/include/crucible/fs.h @@ -243,8 +243,6 @@ namespace crucible { unsigned long available() const; }; - template ostream &hexdump(ostream &os, const V &v); - struct BtrfsIoctlFsInfoArgs : public btrfs_ioctl_fs_info_args_v3 { BtrfsIoctlFsInfoArgs(); void do_ioctl(int fd);