summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--performance-tests/UDP/udp_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/performance-tests/UDP/udp_test.cpp b/performance-tests/UDP/udp_test.cpp
index b27d29851c7..c27bda05db5 100644
--- a/performance-tests/UDP/udp_test.cpp
+++ b/performance-tests/UDP/udp_test.cpp
@@ -33,9 +33,6 @@ static const int DEFWINDOWSZ = 10; // 10 microsecond.
static char SendBuf[MAXPKTSZ];
static char RxBuf[MAXPKTSZ];
static char **cmd;
-static char *target;
-static char targethost[MAXHOSTNAMELEN];
-static char targetip[MAXHOSTNAMELEN];
static char datafile[MAXHOSTNAMELEN];
static ACE_UINT32 nsamples = DEFITERATIONS;