Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 20:26:43 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318107 - head/tests/sys/aio
Message-ID:  <201705092026.v49KQhub036320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705092026.v49KQhub036320>