mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +02:00
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 <bees@furryterror.org>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user