summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-18 20:14:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-18 20:14:23 +0000
commit58576369f99acb41e0c7d8659d25142faddcbb53 (patch)
treef5a4829a4456c2df99e6590fd9d72f8f1447d0d1 /misc
parent3c2bc464caefadbf493820130dd797c51cdd8bea (diff)
downloadapr-58576369f99acb41e0c7d8659d25142faddcbb53.tar.gz
No longer needed, we don't build libapr.dll from apr.lib anymore
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/win32/libapr.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/win32/libapr.c b/misc/win32/libapr.c
deleted file mode 100644
index b54667430..000000000
--- a/misc/win32/libapr.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- * Placeholder to force aprlib.dll creation with no LNK4001 error
- *
- * However, this isn't a bad place to store dynamic-only functions
- * that determine which version of apr the application has loaded.
- * These functions are of (less?) importance to static-bound apps.
- */