| 110 | } |
| 111 | |
| 112 | bool CpuInfo::HasFeature(const std::string& feature) { |
| 113 | // auto feature_s = table.find(feature); |
| 114 | // if (feature_s != table.end()) { |
| 115 | // return HasFeature(feature_s->second); |
| 116 | // } else { |
| 117 | // // throw ParserException("undefined"); |
| 118 | // throw std::exception(); |
nothing calls this directly
no test coverage detected