mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
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:
committed by
Justin M. Keyes
parent
e0f2c36667
commit
f4942a63f9
@@ -1,4 +0,0 @@
|
||||
#include <uv.h>
|
||||
|
||||
static const int kUV_ENOENT = UV_ENOENT;
|
||||
static const int kUV_EEXIST = UV_EEXIST;
|
||||
Reference in New Issue
Block a user