Destroys the binary, if it exists.
| 191 | |
| 192 | // Destroys the binary, if it exists. |
| 193 | void DestroyBinary() { |
| 194 | spvBinaryDestroy(binary); |
| 195 | binary = nullptr; |
| 196 | } |
| 197 | |
| 198 | // Destroys the diagnostic, if it exists. |
| 199 | void DestroyDiagnostic() { |
nothing calls this directly
no test coverage detected