Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Apr 14, 2024
1 parent 88ea3fc commit d93d8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotplug_libusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ LONG HPSearchHotPluggables(const char * hpDirPath)
{
Log2(PCSC_LOG_ERROR, "read: %s", strerror(errno));
return -1;
};
}

/* cleanup pipe fd */
close(pipefd[0]);
Expand Down

0 comments on commit d93d8b5

Please sign in to comment.