summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-01 21:19:10 +0200
committerGitHub <noreply@github.com>2022-04-01 21:19:10 +0200
commit8d22a5ccf8a0679b5eb6f2033da6949e694e40fb (patch)
treefd159afd95907a3e84e03c3e1702fe3d6c0c9eb5
parent86fee4c27ad1c1fef70fbb820b3dc74ec5295291 (diff)
parent12c3914bccc45e1c5fabda2009234fbe7266691a (diff)
Merge pull request #21945 from vespa-engine/toregge/remove-unused-variable-in-fnet-unit-test
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;