commit | 5ce349927da512ee043aae119e73842db3283a18 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jul 28 13:28:52 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 28 13:28:52 2020 +0000 |
tree | e37d893bcf4b6d1c5c7d74fda0f147222e932647 | |
parent | 71db3173402c3b48f5871d3a5fbabc95a41e5edb [diff] | |
parent | f79b6ab2dd286daa46af712dd831f4cb90ad8737 [diff] |
Merge "Use more inclusive language for #inclusivefixit"
diff --git a/qemu_pipe/qemu_pipe.cpp b/qemu_pipe/qemu_pipe.cpp index beeccb0..03afb21 100644 --- a/qemu_pipe/qemu_pipe.cpp +++ b/qemu_pipe/qemu_pipe.cpp
@@ -35,7 +35,6 @@ #endif int qemu_pipe_open(const char* pipeName) { - // Sanity check. if (!pipeName) { errno = EINVAL; return -1;