From: Guenter Knauf Date: Sun, 4 Oct 2009 20:26:21 +0000 (+0000) Subject: removed obsolete stuff from NetWare export generator script. X-Git-Tag: 2.3.3~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d8bca2c652fa1ebab3c0444b9e90d67568065b5;p=apache 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 --- 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) #}