From 4bcf20855a39c36e09ecd7cff759e714775dccb1 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 6 Nov 1997 00:10:14 +0000 Subject: [PATCH] Remove generated destroy_*_error_table prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3800 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/compile_et.awk | 3 +-- lib/error/compile_et.awk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/com_err/compile_et.awk b/lib/com_err/compile_et.awk index d0f119e79..747747934 100644 --- a/lib/com_err/compile_et.awk +++ b/lib/com_err/compile_et.awk @@ -1,5 +1,5 @@ # Copyright (c) 1997 Kungliga Tekniska Högskolan -# (Royal Institute of Technology, Stockholm, Sweden). + (Royal Institute of Technology, Stockholm, Sweden). # All rights reserved. # # $Id$ @@ -53,7 +53,6 @@ $1 == "error_table" || $1 == "et" { print "#include " > h_file print "" > h_file print "void initialize_" name "_error_table(struct error_table**);" > h_file - print "void destroy_" name "_error_table (struct error_table *);" > h_file print "" > h_file print "typedef enum " name "_error_number{" > h_file print "\tERROR_TABLE_BASE_" name " = " base "," > h_file diff --git a/lib/error/compile_et.awk b/lib/error/compile_et.awk index d0f119e79..747747934 100644 --- a/lib/error/compile_et.awk +++ b/lib/error/compile_et.awk @@ -1,5 +1,5 @@ # Copyright (c) 1997 Kungliga Tekniska Högskolan -# (Royal Institute of Technology, Stockholm, Sweden). + (Royal Institute of Technology, Stockholm, Sweden). # All rights reserved. # # $Id$ @@ -53,7 +53,6 @@ $1 == "error_table" || $1 == "et" { print "#include " > h_file print "" > h_file print "void initialize_" name "_error_table(struct error_table**);" > h_file - print "void destroy_" name "_error_table (struct error_table *);" > h_file print "" > h_file print "typedef enum " name "_error_number{" > h_file print "\tERROR_TABLE_BASE_" name " = " base "," > h_file