From 7461b83d3b3d3641845ca0d4060323f617a9d1d0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 20 Jul 2010 17:01:24 +0000 Subject: [PATCH] Removed unused checksumfs_node::content. We use the rest of the node block for managing the content. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37624 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/kernel/file_corruption/checksumfs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/system/kernel/file_corruption/checksumfs.h b/src/tests/system/kernel/file_corruption/checksumfs.h index 4295d814c1..4844a3faff 100644 --- a/src/tests/system/kernel/file_corruption/checksumfs.h +++ b/src/tests/system/kernel/file_corruption/checksumfs.h @@ -47,7 +47,6 @@ struct checksumfs_node { uint64 modificationTime; // uint64 changeTime; // uint64 hardLinks; // number of references to the node - uint64 content; // block index of the content (0 if empty) uint64 size; // content size in bytes uint64 parentDirectory; // block index of the parent directory // (directories and attributes only)