| Index: handler/handler_main.cc
|
| diff --git a/handler/handler_main.cc b/handler/handler_main.cc
|
| index 923d2b7ca770326849b7b58db5cd1d8dcd251283..16855fa82642e9ef92605ec600e35d4195a6cdb5 100644
|
| --- a/handler/handler_main.cc
|
| +++ b/handler/handler_main.cc
|
| @@ -339,7 +339,6 @@ int HandlerMain(int argc, char* argv[]) {
|
| #elif defined(OS_WIN)
|
| ExceptionHandlerServer exception_handler_server(!options.pipe_name.empty());
|
|
|
| - std::string pipe_name;
|
| if (!options.pipe_name.empty()) {
|
| exception_handler_server.SetPipeName(base::UTF8ToUTF16(options.pipe_name));
|
| } else if (options.handshake_handle != INVALID_HANDLE_VALUE) {
|
|
|