From ab9ce1b8d5fe62e483fe2feaa9c9dda76becb800 Mon Sep 17 00:00:00 2001 From: Ann Priestman <apriestman@basistech.com> Date: Tue, 10 Dec 2019 18:05:31 -0500 Subject: [PATCH] Remove unused variables --- tsk/pool/apfs_pool_compat.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsk/pool/apfs_pool_compat.cpp b/tsk/pool/apfs_pool_compat.cpp index 95be71731..9dd8de605 100755 --- a/tsk/pool/apfs_pool_compat.cpp +++ b/tsk/pool/apfs_pool_compat.cpp @@ -267,8 +267,6 @@ apfs_img_close(TSK_IMG_INFO * img_info) return; } - IMG_POOL_INFO *pool_img_info = (IMG_POOL_INFO *)img_info; - // Close the pool image tsk_deinit_lock(&(img_info->cache_lock)); tsk_img_free(img_info); @@ -297,7 +295,6 @@ TSK_IMG_INFO * APFSPoolCompat::getImageInfo(const TSK_POOL_INFO *pool_info, TSK_ IMG_POOL_INFO *img_pool_info; TSK_IMG_INFO *img_info; - TSK_OFF_T first_seg_size; if ((img_pool_info = (IMG_POOL_INFO *)tsk_img_malloc(sizeof(IMG_POOL_INFO))) == NULL) { -- GitLab