From 18a8f7ea3b6c2fd3def71b2ac79dd7af1342ad67 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 27 Jul 2014 22:56:46 +0000 Subject: [PATCH] Remove ohash_int.h forgotten in previous commit --- usr.bin/m4/lib/ohash_int.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 usr.bin/m4/lib/ohash_int.h diff --git a/usr.bin/m4/lib/ohash_int.h b/usr.bin/m4/lib/ohash_int.h deleted file mode 100644 index 49e01a4a40f6..000000000000 --- a/usr.bin/m4/lib/ohash_int.h +++ /dev/null @@ -1,25 +0,0 @@ -/* $OpenBSD: ohash_int.h,v 1.3 2006/01/16 15:52:25 espie Exp $ */ -/* $FreeBSD$ */ - -#if HAVE_NBTOOL_CONFIG_H -#include "nbtool_config.h" -#endif - -#include -#include -#include -#include -#include -#include "ohash.h" - -struct _ohash_record { - u_int32_t hv; - const char *p; -}; - -#define DELETED ((const char *)h) -#define NONE (h->size) - -/* Don't bother changing the hash table if the change is small enough. */ -#define MINSIZE (1UL << 4) -#define MINDELETED 4