From 50f86f863a65cbac8225ca1332baeff08b73f4f3 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 10 Jul 1997 03:32:05 +0000 Subject: [PATCH] Remove error_list. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2119 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/com_right.h | 6 +----- lib/com_err/error.h | 6 +----- lib/error/error.h | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/lib/com_err/com_right.h b/lib/com_err/com_right.h index 48da9e06f..fe99f8e78 100644 --- a/lib/com_err/com_right.h +++ b/lib/com_err/com_right.h @@ -7,11 +7,7 @@ struct error_table { char const * const * msgs; long base; int n_msgs; -}; - -struct error_list { - struct error_list *next; - const struct error_table * table; + struct error_table *next; }; #endif /* __ERROR_H__ */ diff --git a/lib/com_err/error.h b/lib/com_err/error.h index 48da9e06f..fe99f8e78 100644 --- a/lib/com_err/error.h +++ b/lib/com_err/error.h @@ -7,11 +7,7 @@ struct error_table { char const * const * msgs; long base; int n_msgs; -}; - -struct error_list { - struct error_list *next; - const struct error_table * table; + struct error_table *next; }; #endif /* __ERROR_H__ */ diff --git a/lib/error/error.h b/lib/error/error.h index 48da9e06f..fe99f8e78 100644 --- a/lib/error/error.h +++ b/lib/error/error.h @@ -7,11 +7,7 @@ struct error_table { char const * const * msgs; long base; int n_msgs; -}; - -struct error_list { - struct error_list *next; - const struct error_table * table; + struct error_table *next; }; #endif /* __ERROR_H__ */