aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/worker.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-03-04 13:40:52 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-03-04 13:40:52 -0800
commit50a976f56c96dc0af5be9c5fc769d5d3fb2ab039 (patch)
treea15d28e0e217b27b969ee3cb00600ca0e5ef1aaf /test/cpp/qps/worker.cc
parent96cca4e83ae48e8a383c794fc140061ece76c10c (diff)
Linux compile fix
Diffstat (limited to 'test/cpp/qps/worker.cc')
-rw-r--r--test/cpp/qps/worker.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/qps/worker.cc b/test/cpp/qps/worker.cc
index ae5f3658e0..45b8b6dd9a 100644
--- a/test/cpp/qps/worker.cc
+++ b/test/cpp/qps/worker.cc
@@ -225,8 +225,6 @@ static void RunServer() {
} // namespace grpc
int main(int argc, char** argv) {
- signal(SIGINT, sigint_handler);
-
grpc_init();
ParseCommandLineFlags(&argc, &argv, true);