svn commit: r263338 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Mar 19 10:14:18 UTC 2014


Author: pho
Date: Wed Mar 19 10:14:17 2014
New Revision: 263338
URL: http://svnweb.freebsd.org/changeset/base/263338

Log:
  Remove unused variable.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/sendfile_shm.sh

Modified: user/pho/stress2/misc/sendfile_shm.sh
==============================================================================
--- user/pho/stress2/misc/sendfile_shm.sh	Wed Mar 19 10:05:31 2014	(r263337)
+++ user/pho/stress2/misc/sendfile_shm.sh	Wed Mar 19 10:14:17 2014	(r263338)
@@ -86,7 +86,6 @@ EOF
 #include <unistd.h>
 
 #define	PAGE_SIZE 4096
-static const char zerob[PAGE_SIZE];
 
 static void
 load(int infd, int shmfd, off_t size)


More information about the svn-src-user mailing list