commit | 1f9e9ea5b7cd1554db5a5e9da92a6882f1cce40e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Oct 28 11:46:33 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Mon Oct 30 21:47:36 2023 -0600 |
tree | 5461232c2d5f2a3b211f506b826cc861190db590 | |
parent | a05b22b6c7ff0f48b92086f523f8227d26c84f49 [diff] |
Remove some frame invalidation code I stumbled across a few spots that mention that a function "invalidates frame" and also assignments of NULL to a frame_info_ptr. This code isn't harmful, but is also unnecessary since the introduction of frame_info_ptr -- nowadays frame invalidations are handled automatically. Regression tested on x86-64 Fedora 38. Approved-By: Simon Marchi <simon.marchi@efficios.com>