]> granicus.if.org Git - apache/commitdiff
removed obsolete stuff from NetWare export generator script.
authorGuenter Knauf <fuankg@apache.org>
Sun, 4 Oct 2009 20:26:21 +0000 (20:26 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 4 Oct 2009 20:26:21 +0000 (20:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821602 13f79535-47bb-0310-9956-ffa450edef68

build/make_nw_export.awk

index c8939e90e64faa4f684c1a3e066c39943c13179d..4dbc4ca20211a9d0308bf605e87cb446f05cdcd3 100644 (file)
@@ -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)
 #}