Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern #ifdef notyet ---> never
details: https://anonhg.NetBSD.org/src/rev/f913ab7a030e
branches: trunk
changeset: 1005350:f913ab7a030e
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Dec 05 04:17:13 2019 +0000
description:
#ifdef notyet ---> never
diffstat:
sys/lib/libkern/libkern.h | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diffs (33 lines):
diff -r abad56fda35f -r f913ab7a030e sys/lib/libkern/libkern.h
--- a/sys/lib/libkern/libkern.h Thu Dec 05 03:59:39 2019 +0000
+++ b/sys/lib/libkern/libkern.h Thu Dec 05 04:17:13 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libkern.h,v 1.135 2019/11/22 14:28:46 maxv Exp $ */
+/* $NetBSD: libkern.h,v 1.136 2019/12/05 04:17:13 riastradh Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -546,23 +546,4 @@
#define VIS_SAFE 0x20
#define VIS_TRIM 0x40
-#ifdef notyet
-/*
- * LZF hashtable/state size: on uncompressible data and on a system with
- * a sufficiently large d-cache, a larger table produces a considerable
- * speed benefit. On systems with small memory and caches, however...
- */
-#if defined(__vax__) || defined(__m68k__)
-#define LZF_HLOG 14
-#else
-#define LZF_HLOG 15
-#endif
-typedef const uint8_t *LZF_STATE[1 << LZF_HLOG];
-
-unsigned int lzf_compress_r (const void *const, unsigned int, void *,
- unsigned int, LZF_STATE);
-unsigned int lzf_decompress (const void *const, unsigned int, void *,
- unsigned int);
-#endif
-
#endif /* !_LIB_LIBKERN_LIBKERN_H_ */
Home |
Main Index |
Thread Index |
Old Index