ray/thirdparty/patches/arrow-headers-unused.patch
mehrdadn 9948a3779d Simplify patches and make them more robust (#6478)
* Get rid of 'index' lines in patches, which are unnecessary and likely wrong anyway (esp. when there are multiple patches)

* Simplify patches to remove unnecessary context and make them more robust
2019-12-16 19:28:06 -08:00

14 lines
370 B
Diff

diff --git cpp/src/plasma/client.cc cpp/src/plasma/client.cc
--- cpp/src/plasma/client.cc
+++ cpp/src/plasma/client.cc
@@ -22,4 +22,0 @@
-#ifdef _WIN32
-#include <Win32_Interop/win32_types.h>
-#endif
-
diff --git cpp/src/plasma/plasma.h cpp/src/plasma/plasma.h
--- cpp/src/plasma/plasma.h
+++ cpp/src/plasma/plasma.h
@@ -28,1 +28,0 @@
-#include <unistd.h> // pid_t
--