is an array embedded in struct keynote_session it can never be NULL.
Quiets a clang warning.
-/* $OpenBSD: keynote.y,v 1.17 2015/11/19 02:35:24 mmcc Exp $ */
+/* $OpenBSD: keynote.y,v 1.18 2017/04/27 15:35:36 millert Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
return NULL;
}
- if ((ks != NULL) && (ks->ks_env_table != NULL))
+ if (ks != NULL)
{
/* Action environment */
ret = keynote_env_lookup(s, ks->ks_env_table, HASHTABLESIZE);