svn commit: r342814 - head/usr.bin/primes

Xin LI delphij at FreeBSD.org
Sun Jan 6 20:42:19 UTC 2019


Author: delphij
Date: Sun Jan  6 20:42:09 2019
New Revision: 342814
URL: https://svnweb.freebsd.org/changeset/base/342814

Log:
  Remove unneeded assert.h (there is no assertion in this file).
  
  MFC after:	2 weeks

Modified:
  head/usr.bin/primes/spsp.c

Modified: head/usr.bin/primes/spsp.c
==============================================================================
--- head/usr.bin/primes/spsp.c	Sun Jan  6 20:39:23 2019	(r342813)
+++ head/usr.bin/primes/spsp.c	Sun Jan  6 20:42:09 2019	(r342814)
@@ -26,7 +26,6 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
-#include <assert.h>
 #include <stddef.h>
 #include <stdint.h>
 


More information about the svn-src-head mailing list