* */
| 600 | * |
| 601 | */ |
| 602 | void |
| 603 | Effect::update_purity(void) |
| 604 | { |
| 605 | if (has_global_effect()) |
| 606 | pure = false; |
| 607 | } |
| 608 | |
| 609 | /* |
| 610 | * Return true if read_vars or write_vars has global variables. |
nothing calls this directly
no outgoing calls
no test coverage detected