test: remove unused extern declaration

PR-URL: https://github.com/libuv/libuv/pull/2755
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
Ben Noordhuis 2020-03-27 23:37:51 +01:00
parent 53caf044e3
commit 87cbf546d8

View File

@ -24,7 +24,6 @@
#include <string.h>
#define PATHMAX 1024
extern char executable_path[];
TEST_IMPL(cwd_and_chdir) {
char buffer_orig[PATHMAX];