aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/primes
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:24:01 +0000
commit5e3934b15a2741b2de6b217e77dc9d798d740804 (patch)
tree1bea4bfdf9ea7abd8c1a4707687893e02a1ae2eb /usr.bin/primes
parent6bfca4dcab07dad45a805879d954876b353c0810 (diff)
Diffstat (limited to 'usr.bin/primes')
-rw-r--r--usr.bin/primes/pattern.c3
-rw-r--r--usr.bin/primes/pr_tbl.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/primes/pattern.c b/usr.bin/primes/pattern.c
index 74a680282219..2ac84be69979 100644
--- a/usr.bin/primes/pattern.c
+++ b/usr.bin/primes/pattern.c
@@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#endif /* not lint */
-
/*
* pattern - the Eratosthenes sieve on odd numbers for 3,5,7,11 and 13
*
diff --git a/usr.bin/primes/pr_tbl.c b/usr.bin/primes/pr_tbl.c
index 986c3e272c9e..70615b35dfcf 100644
--- a/usr.bin/primes/pr_tbl.c
+++ b/usr.bin/primes/pr_tbl.c
@@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#endif /* not lint */
-
/*
* prime - prime table
*