diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-03-04 13:40:52 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-03-04 13:40:52 -0800 |
commit | 50a976f56c96dc0af5be9c5fc769d5d3fb2ab039 (patch) | |
tree | a15d28e0e217b27b969ee3cb00600ca0e5ef1aaf /test/cpp/qps | |
parent | 96cca4e83ae48e8a383c794fc140061ece76c10c (diff) |
Linux compile fix
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/worker.cc | 2 |
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); |