diff --git a/tsk/fs/fs_name.c b/tsk/fs/fs_name.c index facc93e3b5b8a1cfa831e43e7c2e5471bf6a9ea5..c93da9878a7a9e9fe63b501c8e74788942b4aca9 100644 --- a/tsk/fs/fs_name.c +++ b/tsk/fs/fs_name.c @@ -396,9 +396,6 @@ tsk_fs_name_print(FILE * hFile, const TSK_FS_FILE * fs_file, const char *a_path, TSK_FS_INFO * fs, const TSK_FS_ATTR * fs_attr, uint8_t print_path) { - size_t i; - char *buf; - /* type of file - based on dentry type */ if (fs_file->name->type < TSK_FS_NAME_TYPE_STR_MAX) tsk_fprintf(hFile, "%s/", @@ -603,7 +600,6 @@ tsk_fs_name_print_mac_md5(FILE * hFile, const TSK_FS_FILE * fs_file, char ls[12]; size_t i; uint8_t isADS = 0; - char *buf; if ((!hFile) || (!fs_file)) return;