Commit acf692de authored by Geoff Simmons's avatar Geoff Simmons

Get rid of an unnecessary assertion.

parent 601b5fe3
......@@ -469,7 +469,6 @@ PH_Stats(const struct ph * const restrict ph,
continue;
nstrings++;
}
AN(nstrings);
if (nstrings < stats->h2strings_min)
stats->h2strings_min = nstrings;
if (nstrings > stats->h2strings_max)
......
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