summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-18 00:27:17 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-18 00:27:17 +0000
commitf7df177d999e34a0bcb14f9703706f742dcaf0f1 (patch)
tree71cf1bd6e45a0fdc35729eae149c320a8061fdba /lib
parent6590bbf7a78ac4d6646ec47bee5772de3bdf0f25 (diff)
downloadFreeBSD-src-f7df177d999e34a0bcb14f9703706f742dcaf0f1.zip
FreeBSD-src-f7df177d999e34a0bcb14f9703706f742dcaf0f1.tar.gz
Remove two pieces of code (one disabled in revision 39665 and another derived
from the first one) that is not used for the last 12 years.
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/bzipfs.c8
-rw-r--r--lib/libstand/gzipfs.c8
2 files changed, 0 insertions, 16 deletions
diff --git a/lib/libstand/bzipfs.c b/lib/libstand/bzipfs.c
index 1b2e9eb..b017608 100644
--- a/lib/libstand/bzipfs.c
+++ b/lib/libstand/bzipfs.c
@@ -81,14 +81,6 @@ struct fs_ops bzipfs_fsops = {
};
#endif
-#if 0
-void *
-calloc(int items, size_t size)
-{
- return(malloc(items * size));
-}
-#endif
-
static int
bzf_fill(struct bz_file *bzf)
{
diff --git a/lib/libstand/gzipfs.c b/lib/libstand/gzipfs.c
index 9ff7985..9b51e2d 100644
--- a/lib/libstand/gzipfs.c
+++ b/lib/libstand/gzipfs.c
@@ -62,14 +62,6 @@ struct fs_ops gzipfs_fsops = {
null_readdir
};
-#if 0
-void *
-calloc(int items, size_t size)
-{
- return(malloc(items * size));
-}
-#endif
-
static int
zf_fill(struct z_file *zf)
{
OpenPOWER on IntegriCloud