Commit b4e64240 authored by Geoff Simmons's avatar Geoff Simmons

Remove some dead code.

parent 0ab569d7
......@@ -45,9 +45,6 @@
#include "ph.h"
#include "rnd.h"
#define LEN(a) (sizeof(a) / sizeof(a[0]))
#define LAST(a) (a[LEN(a)-1])
/*
* Limit to MAXN strings in a set, so that we can round up the size of the
* hash table to a power of 2, but can use UINT_MAX to signify "no match".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment