build/tests: remove pre/uv.h #10531

Initially done in 28e59cb22, but does not appear to be necessary
anymore.

Uses UV_EEXIST directly, just like UV_ENOENT.
This commit is contained in:
Daniel Hahler
2019-07-28 11:10:22 +02:00
committed by Justin M. Keyes
parent e0f2c36667
commit f4942a63f9
2 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +0,0 @@
#include <uv.h>
static const int kUV_ENOENT = UV_ENOENT;
static const int kUV_EEXIST = UV_EEXIST;