Skip to content

Commit

Permalink
inode_map: remove already processed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Dec 15, 2023
1 parent 9372c5b commit be0d691
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libsqsh/src/archive/inode_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,11 @@ sqsh_inode_map_set2(
return 0;
}

// TODO: reconsider the type of inode_number. It should be uint32_t
uint64_t
sqsh_inode_map_get(const struct SqshInodeMap *map, uint64_t inode_number) {
return sqsh_inode_map_get2(map, (uint32_t)inode_number, NULL);
}

// TODO: reconsider the type of inode_number. It should be uint32_t
int
sqsh_inode_map_set(
struct SqshInodeMap *map, uint64_t inode_number, uint64_t inode_ref) {
Expand Down

0 comments on commit be0d691

Please sign in to comment.