summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-04-01 17:49:47 +0200
committerTor Egge <Tor.Egge@online.no>2022-04-01 17:49:47 +0200
commit12c3914bccc45e1c5fabda2009234fbe7266691a (patch)
tree1ff64de59b6224e04c4e3a35881fa6eeeba901c5
parent1b7481d74a4ec12ee4d90ba250ab3829e8c7c9d6 (diff)
Remove unused variable in fnet unit test.
-rw-r--r--fnet/src/tests/examples/examples_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnet/src/tests/examples/examples_test.cpp b/fnet/src/tests/examples/examples_test.cpp
index a6c1afc04dd..4b9e2a58ef1 100644
--- a/fnet/src/tests/examples/examples_test.cpp
+++ b/fnet/src/tests/examples/examples_test.cpp
@@ -9,7 +9,6 @@
// reserved in vespa/factory/doc/port-ranges.txt
static const int PORT0 = 18570;
-static const int PORT1 = 18571;
using vespalib::Process;
using vespalib::make_string_short::fmt;