summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-05-12 19:56:31 +0000
committerphk <phk@FreeBSD.org>2002-05-12 19:56:31 +0000
commit57e4ad9a8bbd8763114f337bdfe0d2212e949067 (patch)
tree624f833762359a4ce99704903f8b9d7f05333b18 /sys/gnu/ext2fs
parent5e1cf3ad98b7eb03ab7dc51d00cc95330440278d (diff)
downloadFreeBSD-src-57e4ad9a8bbd8763114f337bdfe0d2212e949067.zip
FreeBSD-src-57e4ad9a8bbd8763114f337bdfe0d2212e949067.tar.gz
Remove unused BBLOCK and SBLOCK #defines.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/gnu/ext2fs')
-rw-r--r--sys/gnu/ext2fs/fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/fs.h b/sys/gnu/ext2fs/fs.h
index c7e96c9..311a0c3 100644
--- a/sys/gnu/ext2fs/fs.h
+++ b/sys/gnu/ext2fs/fs.h
@@ -59,8 +59,6 @@
#define SBSIZE 1024
#define BBOFF ((off_t)(0))
#define SBOFF ((off_t)(BBOFF + BBSIZE))
-#define BBLOCK ((daddr_t)(0))
-#define SBLOCK ((daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/*
* The path name on which the file system is mounted is maintained
OpenPOWER on IntegriCloud