From 8e9450bb5a5d3b4b2cac73a423ca6cc7fdf8076f Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 9 May 2017 20:26:43 +0000 Subject: [PATCH] Remove unused constant (PATH_TEMPLATE) It was made unnecessary in r312913. MFC after: 3 weeks MFC with: r312913 Sponsored by: Dell EMC Isilon --- tests/sys/aio/aio_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/sys/aio/aio_test.c b/tests/sys/aio/aio_test.c index c06cdc12f23..90619b4f63a 100644 --- a/tests/sys/aio/aio_test.c +++ b/tests/sys/aio/aio_test.c @@ -63,8 +63,6 @@ #include "freebsd_test_suite/macros.h" #include "local.h" -#define PATH_TEMPLATE "aio.XXXXXXXXXX" - /* * GLOBAL_MAX sets the largest usable buffer size to be read and written, as * it sizes ac_buffer in the aio_context structure. It is also the default -- 2.45.0