summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-21 00:10:32 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-21 00:10:32 +0000
commit128aa23387e322ec77dbf7efc37d3a11952f8e11 (patch)
tree57aff7a7eec9f97e3ffd3a7e44d969ba5a365531
parentdfebbe855b2fa7a9abd8e5ffe993055ad51421eb (diff)
downloadATCD-128aa23387e322ec77dbf7efc37d3a11952f8e11.tar.gz
removed a few unused variables
-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;