| 70 | // 2) then call AllocateParameters(m, dim) |
| 71 | struct PrefixCode { |
| 72 | PrefixCode() : params_allocated(false) {} |
| 73 | |
| 74 | PrefixNode* add(const string& pfc) { |
| 75 | assert(!params_allocated); |
nothing calls this directly
no outgoing calls
no test coverage detected