From 87cbf546d8d4db769e7524304713af39322c83fd Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 27 Mar 2020 23:37:51 +0100 Subject: [PATCH] test: remove unused extern declaration PR-URL: https://github.com/libuv/libuv/pull/2755 Reviewed-By: Richard Lau --- test/test-cwd-and-chdir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-cwd-and-chdir.c b/test/test-cwd-and-chdir.c index 5d43524c..451566b5 100644 --- a/test/test-cwd-and-chdir.c +++ b/test/test-cwd-and-chdir.c @@ -24,7 +24,6 @@ #include #define PATHMAX 1024 -extern char executable_path[]; TEST_IMPL(cwd_and_chdir) { char buffer_orig[PATHMAX];