| Index: tools/ipc_fuzzer/replay/replay.cc
|
| diff --git a/tools/ipc_fuzzer/replay/replay.cc b/tools/ipc_fuzzer/replay/replay.cc
|
| deleted file mode 100644
|
| index 90db765d50140fca7c2eea034d6267b9267772ce..0000000000000000000000000000000000000000
|
| --- a/tools/ipc_fuzzer/replay/replay.cc
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include <stdlib.h>
|
| -
|
| -#include "base/at_exit.h"
|
| -#include "tools/ipc_fuzzer/replay/replay_process.h"
|
| -
|
| -int main(int argc, const char** argv) {
|
| - base::AtExitManager exit_manager;
|
| - ipc_fuzzer::ReplayProcess replay;
|
| - if (!replay.Initialize(argc, argv))
|
| - return EXIT_FAILURE;
|
| -
|
| - replay.OpenChannel();
|
| -
|
| - if (!replay.OpenTestcase())
|
| - return EXIT_FAILURE;
|
| -
|
| - replay.Run();
|
| - return EXIT_SUCCESS;
|
| -}
|
|
|