diff options
| author | Daniel Hahler <git@thequod.de> | 2019-07-28 11:10:22 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-07-28 11:10:22 +0200 |
| commit | f4942a63f93e44470d9a7d979b3fb88408d584d1 (patch) | |
| tree | f9736c3ce9f05739fe350f27e516a7b7627f6057 /test/includes | |
| parent | e0f2c36667725a23ec13de5564015094871f5aae (diff) | |
| download | rneovim-f4942a63f93e44470d9a7d979b3fb88408d584d1.tar.gz rneovim-f4942a63f93e44470d9a7d979b3fb88408d584d1.tar.bz2 rneovim-f4942a63f93e44470d9a7d979b3fb88408d584d1.zip | |
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.
Diffstat (limited to 'test/includes')
| -rw-r--r-- | test/includes/pre/uv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/includes/pre/uv.h b/test/includes/pre/uv.h deleted file mode 100644 index da7818cd07..0000000000 --- a/test/includes/pre/uv.h +++ /dev/null @@ -1,4 +0,0 @@ -#include <uv.h> - -static const int kUV_ENOENT = UV_ENOENT; -static const int kUV_EEXIST = UV_EEXIST; |