Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +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>
Dieser Commit ist enthalten 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);
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren