summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp1
-rw-r--r--netsvcs/clients/Tokens/manual/manual.cpp1
-rw-r--r--netsvcs/clients/Tokens/rw_lock/rw_locks.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
index d4fd092def1..496e418a159 100644
--- a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
+++ b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
@@ -204,7 +204,6 @@ parse_args (int argc, char *argv[])
"[-h <remote host>]\n"
"[-p <remote port>]\n"
"[-i ignore deadlock]\n%a", 1), -1);
- break;
}
}
diff --git a/netsvcs/clients/Tokens/manual/manual.cpp b/netsvcs/clients/Tokens/manual/manual.cpp
index 37ea73eaf15..46b3106cb4b 100644
--- a/netsvcs/clients/Tokens/manual/manual.cpp
+++ b/netsvcs/clients/Tokens/manual/manual.cpp
@@ -129,7 +129,6 @@ STDIN_Token::parse_args (int argc, char *argv[])
"[-p <remote port>]\n"
"[-i ignore deadlock]\n"
"[-d debug]\n", 1), -1);
- break;
}
}
diff --git a/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp b/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
index 054bd1ecb67..7f406da0685 100644
--- a/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
+++ b/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
@@ -194,7 +194,6 @@ parse_args (int argc, char *argv[])
"[-d debug]\n"
"[-s sleep during writes]\n"
"[-t <threads>\n", 1), -1);
- break;
}
}