| 21 | ~FieldDef(); |
| 22 | |
| 23 | FieldDef(const FieldDef&) = delete; |
| 24 | FieldDef(FieldDef&&) = delete; |
| 25 | FieldDef& operator=(const FieldDef&) = delete; |
| 26 | FieldDef& operator=(FieldDef&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected