summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-18 20:14:23 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-18 20:14:23 +0000
commitbfad1981fe16bab14be8e634d8bf5091688e5284 (patch)
treef5a4829a4456c2df99e6590fd9d72f8f1447d0d1 /misc
parentb1960e5de4ecf7bff7aa20b936fb81958692fd7a (diff)
downloadlibapr-bfad1981fe16bab14be8e634d8bf5091688e5284.tar.gz
No longer needed, we don't build libapr.dll from apr.lib anymore
git-svn-id: http://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.
- */