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.
This commit is contained in:
Xin LI 2010-03-18 00:27:17 +00:00
parent 78f3ac9cdb
commit f379d0f7f5
2 changed files with 0 additions and 16 deletions

View File

@ -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)
{

View File

@ -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)
{