From 5d8bca2c652fa1ebab3c0444b9e90d67568065b5 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 4 Oct 2009 20:26:21 +0000 Subject: [PATCH] removed obsolete stuff from NetWare export generator script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821602 13f79535-47bb-0310-9956-ffa450edef68 --- build/make_nw_export.awk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index c8939e90e6..4dbc4ca202 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -82,14 +82,6 @@ BEGIN { add_symbol($NF) } -/^[ \t]*AP[RU]?_DECLARE_OPTIONAL_FN[^(]*[(][^)]*/ { - split($0, args, ",") - symbol = args[2] - sub("^[ \t]+", "", symbol) - add_symbol(symbol) - next -} - #END { # printf("\n\n#found: %d symbols.\n", found) #} -- 2.40.0