svn commit: r318107 - head/tests/sys/aio
Ngie Cooper
ngie at FreeBSD.org
Tue May 9 20:26:44 UTC 2017
Author: ngie
Date: Tue May 9 20:26:43 2017
New Revision: 318107
URL: https://svnweb.freebsd.org/changeset/base/318107
Log:
Remove unused constant (PATH_TEMPLATE)
It was made unnecessary in r312913.
MFC after: 3 weeks
MFC with: r312913
Sponsored by: Dell EMC Isilon
Modified:
head/tests/sys/aio/aio_test.c
Modified: head/tests/sys/aio/aio_test.c
==============================================================================
--- head/tests/sys/aio/aio_test.c Tue May 9 20:21:58 2017 (r318106)
+++ head/tests/sys/aio/aio_test.c Tue May 9 20:26:43 2017 (r318107)
@@ -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
More information about the svn-src-head
mailing list