| 68 | namespace embree |
| 69 | { |
| 70 | ConditionSys::ConditionSys () { |
| 71 | cond = new ConditionImplementation; |
| 72 | } |
| 73 | |
| 74 | ConditionSys::~ConditionSys() { |
| 75 | delete (ConditionImplementation*) cond; |
nothing calls this directly
no outgoing calls
no test coverage detected