summaryrefslogtreecommitdiff
path: root/build/make_nw_export.awk
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-10-04 20:26:21 +0000
committerGuenter Knauf <fuankg@apache.org>2009-10-04 20:26:21 +0000
commit5d8bca2c652fa1ebab3c0444b9e90d67568065b5 (patch)
tree0b5f417cf010b607a8a47ddd54e85281a6ddc1a7 /build/make_nw_export.awk
parentc0a0d085b484e05afaaef8f7e9334f93a9781278 (diff)
downloadhttpd-5d8bca2c652fa1ebab3c0444b9e90d67568065b5.tar.gz
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
Diffstat (limited to 'build/make_nw_export.awk')
-rw-r--r--build/make_nw_export.awk8
1 files changed, 0 insertions, 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)
#}