| 85 | } |
| 86 | |
| 87 | ReducerOutputMgr::ReducerOutputMgr() |
| 88 | : ofile_(NULL) |
| 89 | { |
| 90 | reducer = CGOptions::get_reducer(); |
| 91 | assert(reducer); |
| 92 | } |
| 93 | |
| 94 | ReducerOutputMgr::~ReducerOutputMgr() |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected