| 394 | } |
| 395 | |
| 396 | LASignore::LASignore() |
| 397 | { |
| 398 | ignore_mask = 0; |
| 399 | ignore_classification_mask[0] = ignore_classification_mask[1] = ignore_classification_mask[2] = ignore_classification_mask[3] = ignore_classification_mask[4] = ignore_classification_mask[5] = ignore_classification_mask[6] = ignore_classification_mask[7] = 0; |
| 400 | } |
| 401 | |
| 402 | LASignore::~LASignore() |
| 403 | { |
nothing calls this directly
no outgoing calls
no test coverage detected