diff options
author | delphij <delphij@FreeBSD.org> | 2007-06-26 02:08:29 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-06-26 02:08:29 +0000 |
commit | a404044c907d9b5f13dccea6e9e518f93fcfa73f (patch) | |
tree | cd69b5dc3451effecc9ba944828403e2e8d97a10 /sys/fs/tmpfs | |
parent | 1aac323b15290a9da6bf758b44d519f223143572 (diff) | |
download | FreeBSD-src-a404044c907d9b5f13dccea6e9e518f93fcfa73f.zip FreeBSD-src-a404044c907d9b5f13dccea6e9e518f93fcfa73f.tar.gz |
Remove two function prototypes that are no longer used.
Approved by: re (tmpfs blanket)
Diffstat (limited to 'sys/fs/tmpfs')
-rw-r--r-- | sys/fs/tmpfs/tmpfs_uma.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/tmpfs/tmpfs_uma.h b/sys/fs/tmpfs/tmpfs_uma.h index ceaf2ab..6ed515a 100644 --- a/sys/fs/tmpfs/tmpfs_uma.h +++ b/sys/fs/tmpfs/tmpfs_uma.h @@ -40,10 +40,6 @@ struct tmpfs_str_zone { uma_zone_t tsz_zone[TMPFS_STRZONE_ZONECOUNT]; }; -uma_zone_t tmpfs_zone_create(char *name, int size, int align, - struct tmpfs_mount *m); -void tmpfs_zone_destroy(uma_zone_t zone); - void tmpfs_str_zone_create(struct tmpfs_str_zone *); void tmpfs_str_zone_destroy(struct tmpfs_str_zone *); |