We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864a2db commit f79b6abCopy full SHA for f79b6ab
qemu_pipe/qemu_pipe.cpp
@@ -35,7 +35,6 @@ using android::base::WriteFully;
35
#endif
36
37
int qemu_pipe_open(const char* pipeName) {
38
- // Sanity check.
39
if (!pipeName) {
40
errno = EINVAL;
41
return -1;
0 commit comments