Delete unused version.c file and corresponding function prototypes

from blkid.h.  If this file needs to be resurrected, it can be
based on ext2fs/version.c.
This commit is contained in:
"Robert P. J. Day"
2006-07-03 18:11:39 +00:00
parent 259472e741
commit c773ac8a79
2 changed files with 0 additions and 54 deletions

View File

@@ -98,11 +98,6 @@ extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache,
extern int blkid_parse_tag_string(const char *token, char **ret_type,
char **ret_val);
/* version.c */
extern int blkid_parse_version_string(const char *ver_string);
extern int blkid_get_library_version(const char **ver_string,
const char **date_string);
#ifdef __cplusplus
}
#endif