Remove static error table list in built-in com_err
authorGreg Hudson <ghudson@mit.edu>
Sun, 5 Jun 2011 22:05:04 +0000 (22:05 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 5 Jun 2011 22:05:04 +0000 (22:05 +0000)
commit71125ee37ecc540fb60a6efbf4dac80468e1359e
tree571ef13a47a6904e76e7adc5da47eb12ea5c1a66
parente921ed51eafc312c5725f5a76fe823a5cf6b9a4b
Remove static error table list in built-in com_err

_et_list has been private to error_message.c since March 2004, and
since nothing in that file ever added entries to it, it is always
NULL.  As it's not doing any good, get rid of it, and rename the
dynamic error table list to "et_list", along with its type.  Also
remove some old lclint annotations.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24947 dc483132-0cff-0310-8789-dd5450dbe970
src/util/et/error_message.c
src/util/et/error_table.h