* Removed debug output of the old pad fields that no longer exist.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30947 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c1db4db3cc
commit
e07e55403c
@ -133,8 +133,6 @@ dump_inode(const bfs_inode* inode)
|
||||
dump_data_stream(&(inode->data));
|
||||
kprintf(" --\n pad[0] = %08x\n", (int)inode->pad[0]);
|
||||
kprintf(" pad[1] = %08x\n", (int)inode->pad[1]);
|
||||
kprintf(" pad[2] = %08x\n", (int)inode->pad[2]);
|
||||
kprintf(" pad[3] = %08x\n", (int)inode->pad[3]);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user