Skip to content

Commit

Permalink
removed variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
likle committed Jan 18, 2021
1 parent d9f7d94 commit ddb4388
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cwalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@ static void cwk_path_get_root_windows(const char *path, size_t *length)
const char *c;
bool is_device_path;

is_device_path = false;

// We can not determine the root if this is an empty string. So we set the
// root to NULL and the length to zero and cancel the whole thing.
c = path;
Expand Down

0 comments on commit ddb4388

Please sign in to comment.