| 666 | |
| 667 | |
| 668 | MesosExecutorDriver::MesosExecutorDriver(mesos::Executor* _executor) |
| 669 | : MesosExecutorDriver(_executor, os::environment()) |
| 670 | {} |
| 671 | |
| 672 | |
| 673 | MesosExecutorDriver::MesosExecutorDriver( |
nothing calls this directly
no test coverage detected