Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Oct 2, 2023
1 parent c9553ac commit 8197c52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export function modeToPathType(mode: number) {
if (bitwiseAndEqual(mode, 0o0100000)) {
return PathType.FILE;
}

// Unsupported type.
return null;
}

Expand Down

0 comments on commit 8197c52

Please sign in to comment.