summaryrefslogtreecommitdiff
path: root/test/testargs.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-11-22 13:48:06 +0000
committerRyan Bloom <rbb@apache.org>1999-11-22 13:48:06 +0000
commitea48d8d1d2061935551f50ae2bc849c395b16e52 (patch)
tree8b0e07ebb05ef8943dbc44de51f9dfc765d6515c /test/testargs.c
parent38d20a7290556472d51ee860e1b590394a0f49b9 (diff)
downloadapr-ea48d8d1d2061935551f50ae2bc849c395b16e52.tar.gz
With the removal of the signalling logic, this should have gone away too.
We no longer try to compile a test program for functions we don't have. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testargs.c')
-rw-r--r--test/testargs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testargs.c b/test/testargs.c
index c39dab83a..a5ecaf5c6 100644
--- a/test/testargs.c
+++ b/test/testargs.c
@@ -57,7 +57,6 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
-#include "apr_getopt.h"
#include <stdio.h>
#ifdef BEOS
#include <unistd.h>